|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 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] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








