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  <p>words</p>

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to