Branch
Hash :
1731d6ae
Author :
Date :
2001-04-10T16:38:06
- 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
<?xml version="1.0"?>
<!DOCTYPE test [
<!ENTITY example "<p>An ampersand (&#38;) may be escaped
numerically (&#38;#38;) or with a general entity
(&amp;).</p>">
]>
<test><p>An ampersand (&) may be escaped
numerically (&#38;) or with a general entity
(&amp;).</p></test>