[xml] Internal and External Validating Bug



xmllint --valid --debug test-dtd.xml says Segmentation fault with these
files:

- test-dtd.xml -
<?xml version="1.0"?>
<!DOCTYPE TEST-DTD SYSTEM "test-dtd.dtd" [
  <!NOTATION type2 SYSTEM "program2">
  <!ENTITY FOO2 "bar2">
]>
<TEST-DTD>&FOO1;</TEST-DTD>

- test-dtd.dtd -
<!ELEMENT TEST-DTD (#PCDATA)>
<!NOTATION type1 SYSTEM "program1">
<!ENTITY FOO1 "bar1">

It seems there's a problem when are specified external and internal dtd.

Bye
   Paolo
--
Paolo Casarini - casarini cs unibo it





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]