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

XML / XSL

 
GeneralRe: Updated question: Changing the prolog of XML document Pin
Rebreath27-Feb-04 11:01
Rebreath27-Feb-04 11:01 
QuestionHow to pass multiple values for a param to xsl? Pin
vedbu23-Feb-04 9:59
vedbu23-Feb-04 9:59 
AnswerRe: How to pass multiple values for a param to xsl? Pin
Philip Fitzsimons24-Feb-04 3:23
Philip Fitzsimons24-Feb-04 3:23 
Generalcdata-section-elements Pin
mtone23-Feb-04 5:57
mtone23-Feb-04 5:57 
Generalreading xml schema Pin
Andy H20-Feb-04 5:56
Andy H20-Feb-04 5:56 
GeneralRe: reading xml schema Pin
ian mariano22-Feb-04 11:33
ian mariano22-Feb-04 11:33 
Generalnesting XML tags Pin
Hesham Amin18-Feb-04 22:58
Hesham Amin18-Feb-04 22:58 
GeneralRe: nesting XML tags Pin
ian mariano22-Feb-04 11:42
ian mariano22-Feb-04 11:42 
You're not really nesting. Nesting would have a <Folder> or <Drive> element within another <Folder> or <Drive> element.

Oh yeah, yes it's legal as long as it's well-formed:

<drive dev="/dev/hda1">
   <folder name="bin"/>
   <folder name="usr">
      <folder name="bin"/>
      <folder name="sbin"/>
      <folder name="src"/>
         <folder name="darwin" link="true"/>
         <folder name="include"/>
         <folder name="linux" link="true"/>
      </folder>
   </folder>
   <folder name="sbin"/>
</drive>


The W3C says, "A consequence of well-formedness in general entities is that the logical and physical structures in an XML document are properly nested; no start-tag, end-tag, empty-element tag, element, comment, processing instruction, character reference, or entity reference can begin in one entity and end in another."

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

GeneralRead XSD from embedded resource with VB.NET Pin
mpalmer7818-Feb-04 9:51
mpalmer7818-Feb-04 9:51 
GeneralRe: Read XSD from embedded resource with VB.NET Pin
ian mariano22-Feb-04 11:55
ian mariano22-Feb-04 11:55 
GeneralADVANCE MACRO Pin
hyperrobster18-Feb-04 2:15
hyperrobster18-Feb-04 2:15 
GeneralC# XML App heirarchy Pin
HologramStudios16-Feb-04 5:29
HologramStudios16-Feb-04 5:29 
GeneralXML in C# Pin
rasarit1713-Feb-04 8:32
rasarit1713-Feb-04 8:32 
GeneralRe: XML in C# Pin
Tom Larsen13-Feb-04 9:07
Tom Larsen13-Feb-04 9:07 
GeneralRe: XML in C# Pin
Not Active13-Feb-04 9:50
mentorNot Active13-Feb-04 9:50 
Generalschema location / nonamespaceSchema Pin
Larry102412-Feb-04 22:46
Larry102412-Feb-04 22:46 
QuestionCan u suggest me an Efficient XML parser?? Pin
P_JAYAPRAKASH12-Feb-04 19:46
P_JAYAPRAKASH12-Feb-04 19:46 
AnswerRe: Can u suggest me an Efficient XML parser?? Pin
Member 87353013-Feb-04 6:08
Member 87353013-Feb-04 6:08 
AnswerRe: Can u suggest me an Efficient XML parser?? Pin
Member 87353013-Feb-04 6:08
Member 87353013-Feb-04 6:08 
GeneralRe: Can u suggest me an Efficient XML parser?? Pin
P_JAYAPRAKASH15-Feb-04 22:09
P_JAYAPRAKASH15-Feb-04 22:09 
Generalautomatically generate xml sample files from xml schema Pin
Anonymous11-Feb-04 3:46
Anonymous11-Feb-04 3:46 
GeneralRe: automatically generate xml sample files from xml schema Pin
Not Active11-Feb-04 7:18
mentorNot Active11-Feb-04 7:18 
GeneralRe: automatically generate xml sample files from xml schema Pin
Anonymous13-Feb-04 4:38
Anonymous13-Feb-04 4:38 
GeneralRe: automatically generate xml sample files from xml schema Pin
Not Active13-Feb-04 6:22
mentorNot Active13-Feb-04 6:22 
GeneralXML reference for Word 2003 Pin
Scott McCulloch10-Feb-04 20:38
Scott McCulloch10-Feb-04 20:38 

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.