Re: XSLT Entity substitutions

2005-12-22 Thread 'Kathryn Andersen'
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

RE: XSLT Entity substitutions

2005-12-22 Thread Gerald Richter
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

XSLT Entity substitutions

2005-12-21 Thread Kathryn Andersen
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