XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] XML parser model, when are &foo; inserted?

On Fri, 2012-12-07 at 19:24 +0100, ольга крыжановская wrote:
> David, can you give me such an example? Also, does libxml2 implement
> such checks?

$ cat test.xml

<!DOCTYPE test [
<!ENTITY foo "<span>text">
]>
<test>
&foo;</span>
</test>

$ xmllint test.xml

Entity: line 1: parser error : Premature end of data in tag span line 1
<span>text
          ^
test.xml:5: parser error : Entity 'foo' failed to parse
&foo;</span>
     ^
test.xml:5: parser error : Opening and ending tag mismatch: test line 4
and span
&foo;</span>
            ^
test.xml:6: parser error : Extra content at the end of the document
</test>
^


> 
> Olga
> 
> On Fri, Dec 7, 2012 at 5:32 PM, David Carlisle <davidc@nag.co.uk> wrote:
> > On 07/12/2012 12:24, ольга крыжановская wrote:
> >>
> >> David, does a non validating parser really have to do those checks?
> >
> >
> > yes (if it wants to claim conformance to the XML Rec) They are conditions
> > for the document to be well formed, not valid.
> >
> > David
> >
> 
> 
> 




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS