Author :
Daniel Veillard
Date :
2001-04-10 16:38:06
Hash :1731d6ae Message :- xpath.c: trying to get 52979 solved
- tree.c result/ result/noent/: trying to get 52712 solved, this
also made me clean up the fact that XML output in general should
not add formating blanks by default, this changed the output of
a few tests
Daniel
result/dtd8
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ELEMENT doc ((a | b) , (c | d))+>
<!ELEMENT a (#PCDATA)>
<!ELEMENT b (#PCDATA)>
<!ELEMENT c (#PCDATA)>
<!ELEMENT d (#PCDATA)>
]>
<doc><b>This</b><c> is a valid document</c></doc>