Re: [xml-dev] genx - genxEndTag

From
Tim Bray <>
To
Karl Waclawek <>
Date
2004-01-22T21:39:44Z
ID
<>
Thread
Re: [xml-dev] genx - genxEndTag
On Jan 22, 2004, at 8:13 AM, Karl Waclawek wrote:

> Now genxEndTag does not have name/prefix/uri arguments, which
> it does not need to, as you just write out the next name
> popped from your internal stack.

Right, and if you call 'EndDocument' but there are still tags on the 
stack, that's
an error.  So...

> It also makes it harder to write valid XML, since a misplaced
> genxEndTag will not normally lead to malformed XML which
> could be detected, but it will change the structure in an
> un-intentioned way.

Probably not in this case. -Tim