Click here to Skip to main content
15,884,472 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: XSD.EXE array, would like list Pin
jschell25-Jul-12 7:21
jschell25-Jul-12 7:21 
AnswerRe: XSD.EXE array, would like list Pin
jinzai17-Jul-14 13:26
jinzai17-Jul-14 13:26 
GeneralRe: XSD.EXE array, would like list Pin
kalkwarf18-Jul-14 4:42
kalkwarf18-Jul-14 4:42 
GeneralXSLT to transform one XML file to another and display as HTML Pin
GStar99921-Jul-12 1:50
GStar99921-Jul-12 1:50 
Generalbest current book with strong coverage of XSLT ? Pin
BillWoodruff5-Jul-12 14:16
professionalBillWoodruff5-Jul-12 14:16 
GeneralRe: best current book with strong coverage of XSLT ? Pin
BillWoodruff20-Jul-12 15:18
professionalBillWoodruff20-Jul-12 15:18 
Questionregasxml error Pin
Member 913688818-Jun-12 6:51
Member 913688818-Jun-12 6:51 
QuestionXml Schema Pin
Vijjuuu.14-Jun-12 7:02
Vijjuuu.14-Jun-12 7:02 
Hi All,

I am trying to create Schema file for xml which looks like a General tree.

My xml will look like

XML
<root>

 <node name = "" >
   <leaf name = "" value = "" />
 </node>


</root>

A node can contain any number of node inside and it goes on.

like

XML
<root>

 <node name = "" >
   <leaf name = "" value = "" />
 </node>

<node name = "" >
   <node name = "" >
      <leaf name = "" value = "" />
           <node name = "" >
              <leaf name = "" value = "" />
           </node>
  </node>
</node>

</root>


Please advice how to create xsd file.

Thanks.

modified 14-Jun-12 13:47pm.

AnswerRe: Xml Schema Pin
Sandeep Mewara14-Jun-12 10:49
mveSandeep Mewara14-Jun-12 10:49 
GeneralRe: Xml Schema Pin
Vijjuuu.14-Jun-12 18:49
Vijjuuu.14-Jun-12 18:49 
GeneralRe: Xml Schema Pin
Sandeep Mewara14-Jun-12 20:48
mveSandeep Mewara14-Jun-12 20:48 
GeneralRe: Xml Schema Pin
Vijjuuu.15-Jun-12 7:55
Vijjuuu.15-Jun-12 7:55 
QuestionPerformance issue in XSL processing Pin
praveen3g8-Jun-12 21:30
praveen3g8-Jun-12 21:30 
AnswerRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 22:12
mveRichard MacCutchan8-Jun-12 22:12 
GeneralRe: Performance issue in XSL processing Pin
praveen3g8-Jun-12 22:26
praveen3g8-Jun-12 22:26 
GeneralRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 22:40
mveRichard MacCutchan8-Jun-12 22:40 
GeneralRe: Performance issue in XSL processing Pin
praveen3g8-Jun-12 23:04
praveen3g8-Jun-12 23:04 
GeneralRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 23:10
mveRichard MacCutchan8-Jun-12 23:10 
GeneralRe: Performance issue in XSL processing Pin
praveen3g8-Jun-12 23:15
praveen3g8-Jun-12 23:15 
GeneralRe: Performance issue in XSL processing Pin
Richard MacCutchan8-Jun-12 23:32
mveRichard MacCutchan8-Jun-12 23:32 
GeneralRe: Performance issue in XSL processing Pin
praveen3g9-Jun-12 0:07
praveen3g9-Jun-12 0:07 
GeneralRe: Performance issue in XSL processing Pin
Sasha Laurel18-Jul-12 13:11
Sasha Laurel18-Jul-12 13:11 
RantRe: Performance issue in XSL processing Pin
jinzai17-Jul-14 13:37
jinzai17-Jul-14 13:37 
QuestionA way to view and edit a xml file in the web browser Pin
Member 879241431-May-12 4:17
Member 879241431-May-12 4:17 
AnswerRe: A way to view and edit a xml file in the web browser Pin
Jim Meadors7-Jun-12 19:30
Jim Meadors7-Jun-12 19:30 

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.