E
Esther
I'm pretty new to XML/XSLT, although not to development. I had thought
that one of the premises of XML is that every tag requires a closing
tag.
I've just been handed a spec prepared by one of our vendors that
includes instructions and samples like these:
"<difficulty_section> Tag
This tag defines a difficulty level that will be used for all
subsequent questions. This difficulty level will be used until a new
<difficulty_section> tag is found, or until a </difficulty_section>
end tag clears the level.
Example:
<difficulty_section>
Advanced
<difficulty_section>
Beginner"
I wasn't aware this was possible, especially since nesting is allowed
in their model. Could someone please clarify for me if I'm missing one
of the finer points of XML, or are these people just idiots?
that one of the premises of XML is that every tag requires a closing
tag.
I've just been handed a spec prepared by one of our vendors that
includes instructions and samples like these:
"<difficulty_section> Tag
This tag defines a difficulty level that will be used for all
subsequent questions. This difficulty level will be used until a new
<difficulty_section> tag is found, or until a </difficulty_section>
end tag clears the level.
Example:
<difficulty_section>
Advanced
<difficulty_section>
Beginner"
I wasn't aware this was possible, especially since nesting is allowed
in their model. Could someone please clarify for me if I'm missing one
of the finer points of XML, or are these people just idiots?