Click here to Skip to main content
15,914,444 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: msxmlcpp library Pin
DavidNohejl22-May-05 11:51
DavidNohejl22-May-05 11:51 
Generalupdate particular attribute's value from xml file Pin
ksanju100018-May-05 4:24
ksanju100018-May-05 4:24 
GeneralRe: update particular attribute's value from xml file Pin
DavidNohejl22-May-05 11:22
DavidNohejl22-May-05 11:22 
GeneralRe: update particular attribute's value from xml file Pin
ksanju100022-May-05 18:30
ksanju100022-May-05 18:30 
GeneralXML & ASP.NET - automate daily updates Pin
shahar rr r17-May-05 0:50
shahar rr r17-May-05 0:50 
GeneralRe: XML & ASP.NET - automate daily updates Pin
Anonymous17-May-05 1:36
Anonymous17-May-05 1:36 
GeneralRe: XML & ASP.NET - automate daily updates Pin
shahar rr r18-May-05 4:59
shahar rr r18-May-05 4:59 
Generalcreate xsd scheme Pin
Anonymous16-May-05 22:40
Anonymous16-May-05 22:40 
Hey,

anyone knows if there are handy tools to create a XSD scheme based on a XML file?
It's because I'm not familiar with XSD scheme's and I have to use one in my project.

My scenario is the following:
in my XML file i have the following structure:

<transfer>
<customer id="mh55">
<document id="1">
<article id="computer">
<priceIncl>565</priceIncl>
<priceExcl>412</priceExcl>
<priceVAT>85</priceVAT>
</article>
<article id="screen">
... same as above ...
</article>
</document>
<document id="2">
... same as above ...
</document>
</customer>
<customer id="xdc88">
... same as above ...
</customer>
</transfer>
GeneralRe: create xsd scheme Pin
niansah17-May-05 2:11
niansah17-May-05 2:11 
GeneralRe: create xsd scheme Pin
Brian Van Beek23-May-05 8:57
Brian Van Beek23-May-05 8:57 
GeneralRe: create xsd scheme Pin
eggie524-May-05 18:00
eggie524-May-05 18:00 
GeneralInserting node element between nodes Pin
ksanju100016-May-05 21:39
ksanju100016-May-05 21:39 
GeneralRe: Inserting node element between nodes Pin
DavidNohejl17-May-05 8:32
DavidNohejl17-May-05 8:32 
Generalcomplex XML Serialization Pin
jhsun414-May-05 8:42
jhsun414-May-05 8:42 
GeneralRe: complex XML Serialization Pin
DavidNohejl14-May-05 9:06
DavidNohejl14-May-05 9:06 
GeneralRe: complex XML Serialization Pin
jhsun414-May-05 9:23
jhsun414-May-05 9:23 
GeneralRe: complex XML Serialization Pin
jhsun414-May-05 9:28
jhsun414-May-05 9:28 
GeneralRe: complex XML Serialization Pin
DavidNohejl14-May-05 9:31
DavidNohejl14-May-05 9:31 
GeneralRe: complex XML Serialization Pin
jhsun414-May-05 9:32
jhsun414-May-05 9:32 
GeneralRe: complex XML Serialization Pin
DavidNohejl14-May-05 9:50
DavidNohejl14-May-05 9:50 
GeneralRetriving Attributes Value from XML file Pin
ksanju100012-May-05 19:20
ksanju100012-May-05 19:20 
GeneralRe: Retriving Attributes Value from XML file Pin
Anonymous13-May-05 0:04
Anonymous13-May-05 0:04 
GeneralRe: Retriving Attributes Value from XML file Pin
Anonymous13-May-05 0:26
Anonymous13-May-05 0:26 
GeneralRe: Retriving Attributes Value from XML file Pin
Anonymous13-May-05 1:00
Anonymous13-May-05 1:00 
GeneralRe: Retriving Attributes Value from XML file Pin
Anonymous13-May-05 1:02
Anonymous13-May-05 1:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.