You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by mral <mr...@lighttechnology.net> on 2007/09/25 00:37:38 UTC

getting an encoded xml fragment into the pipeline.

Hi,
I have a pipe line that reads a field from a rdf database.
This field is a text field that has a "xml encoded" xhtml fragment in it.
The database field contains  &lt;p&gt;words&lt;/p&gt;

The xml looks like
<literal datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral">&lt;p&gt;words&lt;/p&gt;</literal>



How can I get this fragment into the pipeline as parsed xml tags and not xml encoded text.

In other words I want the real tag <p>words</p> to continue down the pipeline  and not &lt;p&gt;words&lt;/p&gt;

This may be xslt question. I dont know

Al


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org