 |
 |
 |
This a small exemple of a file that I will have to create
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <customerOrder xmlns="http://www.e-galexis.com/schemas/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.e-galexis.com/schemas/
http://www.e-galexis.com/schemas/POS/customerOrder/customerOrder.xsd"
backLogDesired="true" compressionDesired="false" language="de"
productDescriptionDesired="false" roundUpForCondition="true" version="1.0">
<client number="test" password="test" />
- <orderHeader deliveryDate="2002-08-25" referenceNumber="123ABCDE9012345"
mannerOfTransport="tour" urgent="false">
- <deliveryAddress line1="Superkunde" line4="Linkestrasse 99"
line5PostalCode="3322" line5City="Schönbühl">
<addressLine2And3Text line2="Dorfladen" line3="Frau Muster" />
</deliveryAddress>
</orderHeader>
- <orderLines>
- <productOrderLine orderQuantity="10" roundUpForCondition="true"
backLogDesired="false">
<pharmaCode id="1336630" />
</productOrderLine>
- <productLabelOrderLine defaultOrderQuantity="5">
<supplierProductNumber EANsupplierId="54321678091432" id="123.234-2" />
</productLabelOrderLine>
</orderLines>
</customerOrder>
"Martin Honnen" <mahotrash@y...> a écrit dans le message de news:
ulelUanTFHA.228@T......
>
>
> **Pierre** wrote:
>
>
>> I need to create a .xml file from data and send it by Email to be treated
>> by other software. I wonder wich tool can I use or do I have to create
>> it from scratch and write it myself line after lines in a file.
>>
>> Off course, I have the schema of the XML file and the datas are in my
>> database in many places.
>
> SQL server can return XML from an SQL query. As for mailing a document
> that is certainly possible using existing components without implementing
> SMTP yourself.
> What tools do you use or want to use, MSXML or .NET, a scripting language
> like JScript or VBScript, or a language like VB or C#?
>
>
> --
>
> Martin Honnen --- MVP XML
> http://JavaScript.FAQTs.com/
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |