users
[Top] [All Lists]

Re: [cinjug-users] Passing XHTML entities through a transform

To: Brian Bonner <brian.bonner@xxxxxxxxxxxx>
Subject: Re: [cinjug-users] Passing XHTML entities through a transform
From: Creighton Kirkendall <ckirkendall@xxxxxxxxxxxxxx>
Date: Wed, 12 Oct 2005 14:05:40 -0400
Cc: users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
In-reply-to: <434D4C7E.9010109@paraware.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <1129138621.3622.96.camel@localhost.localdomain> <434D4C7E.9010109@paraware.com>
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 &Alpha;</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
> >
> >   


<Prev in Thread] Current Thread [Next in Thread>