Hola a Todos
Bueno, estoy viendo en Office 2003 que hay un programa que hace como Formularios muy bueno pero cuando los guardo se guardan en
XML y cuando lo pongo en mi Server me sale algo así.
Código:
<?xml version="1.0" encoding="UTF-8" ?>
<?mso-infoPathSolution PIVersion="1.0.0.0" name="urn:schemas-microsoft-com:office:infopath:oob:ChangeOrder:1033" solutionVersion="1.0.0.1" productVersion="11.0.5531" ?>
<?mso-application progid="InfoPath.Document"?>
- <co:changeOrder xmlns:co="http://schemas.microsoft.com/office/infopath/2003/sample/ChangeOrder" xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD" xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="es">
<co:date xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2004-07-29</co:date>
<co:changeOrderNumber />
<co:purpose />
- <co:requester>
- <co:name>
<co:prefix />
<co:givenName />
<co:middleName />
<co:surname />
<co:suffix />
<co:singleName />
</co:name>
- <co:address>
<co:line1 />
<co:line2 />
<co:line3 />
<co:line4 />
<co:city />
<co:stateProvince />
<co:postalCode />
<co:country />
</co:address>
<co:identificationNumber />
<co:emailAddressPrimary />
<co:emailAddressSecondary />
<co:telephoneNumberWork />
<co:telephoneNumberHome />
<co:telephoneNumberCell />
<co:telephoneNumberPager />
<co:faxNumber />
<co:jobTitle />
<co:officeLocation />
<co:department />
<co:webSite />
<co:ftpSite />
</co:requester>
- <co:vendor>
<co:name />
- <co:address>
<co:line1 />
<co:line2 />
<co:line3 />
<co:line4 />
<co:city />
<co:stateProvince />
<co:postalCode />
<co:country />
</co:address>
<co:identificationNumber />
<co:telephoneNumber />
<co:faxNumber />
<co:emailAddressPrimary />
<co:webSite />
<co:ftpSite />
<co:telex />
- <co:contact>
- <co:name>
<co:prefix />
<co:givenName />
<co:middleName />
<co:surname />
<co:suffix />
<co:singleName />
</co:name>
- <co:address>
<co:line1 />
<co:line2 />
<co:line3 />
<co:line4 />
<co:city />
<co:stateProvince />
<co:postalCode />
<co:country />
</co:address>
<co:identificationNumber />
<co:emailAddressPrimary />
<co:emailAddressSecondary />
<co:telephoneNumberWork />
<co:telephoneNumberHome />
<co:telephoneNumberCell />
<co:telephoneNumberPager />
<co:faxNumber />
<co:jobTitle />
<co:officeLocation />
<co:department />
<co:webSite />
<co:ftpSite />
</co:contact>
</co:vendor>
- <co:projectInformation>
<co:priority />
<co:severity />
<co:status />
<co:projectName />
<co:projectID />
</co:projectInformation>
- <co:purchaseOrderInformation>
<co:purchaseOrderNumber />
<co:requisitionNumber />
</co:purchaseOrderInformation>
<co:summary />
- <co:currency>
<co:name />
<co:symbol />
</co:currency>
- <co:changeBlocks>
- <co:descriptiveBlock>
<co:title />
<co:description />
<co:amountChange>0.00</co:amountChange>
<co:timeRequired>0</co:timeRequired>
- <co:items>
- <co:item>
<co:date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
<co:title />
<co:description />
<co:category />
<co:amountChange>0.00</co:amountChange>
<co:timeRequired>0</co:timeRequired>
<co:oldQuantity>0</co:oldQuantity>
<co:newQuantity>0</co:newQuantity>
<co:lineItem />
<co:partNumber />
</co:item>
</co:items>
</co:descriptiveBlock>
- <co:partsOrderBlock>
<co:title />
<co:description />
<co:amountChange>0.00</co:amountChange>
<co:timeRequired>0</co:timeRequired>
- <co:items>
- <co:item>
<co:date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
<co:title />
<co:description />
<co:category />
<co:amountChange>0.00</co:amountChange>
<co:timeRequired>0</co:timeRequired>
<co:oldQuantity>0</co:oldQuantity>
<co:newQuantity>0</co:newQuantity>
<co:lineItem />
<co:partNumber />
</co:item>
</co:items>
</co:partsOrderBlock>
</co:changeBlocks>
<co:notes />
<co:signatures />
</co:changeOrder>
Yo tengo un de mis PC solamente para servidor con apache. me gustaia saber mas sobre como puedo ejecutar esos archivos en mi PC para que yo y los demas pueden verlo.
Nota: Ese tipo de Formularios sirben para enviar por Mail o que ??
Saludos