I am actually using xtags but the same basic problem exits with xsl. At
parse time the entities are replaced. This means that copy-of which I
need has already had the data replaced by the time I get access to it.
<xtags:parse>
<xtags:parse ><?xml version="1.0"?>
<html>
<body>
<p>This is a test of Α</p>
</body>
</html>
</xtags:parse>
<html>
<xtags:copyOf select="/html/body">
<html>
Creighton
On Wed, 2005-10-12 at 13:48, Brian Bonner wrote:
> Hmm. I presume your using XSL. Are you using copy? Maybe if you
> included a test case it might help. You also might want to check out
> the mulberry list.
>
> Brian
>
>
>
> Creighton Kirkendall wrote:
> > I have a problem. I am trying to transform one xhtml document into
> > another for presentation reasons. I cannot for the life of me figure
> > out how to do the transform so that it preserves the character entities
> > intact without translating them their binary form. Is there a way to do
> > this.
> >
> > Creighton
> >
> >
> > ---------
> > You may unsubscribe from this mailing list
> > by sending a blank email addressed to:
> > users-unsubscribe@xxxxxxxxxx
> >
> > --
> > Find additional help by sending a blank email
> > addressed to:
> > users-help@xxxxxxxxxx
> >
> >
|