[Home] [By Thread] [By Date] [Recent Entries]


On Wednesday 30 October 2002 15:26, Seairth Jacobs wrote:
> Hmm...  I have several problems with this article:
>
> 1) Not require end tags?  I don't see how a generic parser could possibly
> process XML that was missing end tags.  The only reason that HTML browsers
> can do it (sort of) is because they also have intimate understanding of the
> semantics of HTML (e.g. can distinguish block-level presentation elements
> from in-line presentation elements, etc).  Maybe if the parser hinted at in
> this article were designed for a very specific use of XML, I might
> understand this statement.  Otherwise, I think the statement is bunk.

Given a DTD you should be able to do that - it's just recovery rules.

I mean at any point in parsing you have a stack of elements the current 
context is enclosed by. You find something invalid in the current context, so 
loop around popping stuff of the stack until it's valid.

But for the record, I wouldn't condone such activity in anything claiming to 
be an XML parser...

> Seairth Jacobs
> seairth@s...

ABS

-- 
A city is like a large, complex, rabbit
 - ARP

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member