On Thu, Dec 22, 2005 at 09:22:23AM +0100, Gerald Richter wrote:
> >
> > xmlSubstituteEntitiesDefault(1);
> >
> > Which turns on entity substitution. Which is a good default
> > thing to do, for people who want their entities substituted
> > (like, if they are using entities to read in external
Hi,
>
> you have, in multiple places:
>
> xmlSubstituteEntitiesDefault(1);
>
> Which turns on entity substitution. Which is a good default
> thing to do, for people who want their entities substituted
> (like, if they are using entities to read in external files,
> for example).
>
> Howeve
Greetings.
I am trying to process my pages through an XSLT stylesheet.
(Apache 2, mod_perl 2, Embperl 2.10, libxml 20616, libxslt 10111)
The source file is XHTML, the output is also XHTML (but with all
the extra stuff like layout and navbars added by the XSLT stylesheet).
I've managed to get the