garios
-
9/14/2009 7:24:03 AM
RE:Rename elements stored in db column
Hi!
I have a similar question to this, one of the fields in my document (which is of type long text) has a bunch of paragraphs delimited with "p" or <p> tags, is actually the body part of xhtml store there. I'd like to use XSL transformation to access those <p> tags and also other internal elements such as <strong> and <it> etc. I've tried and it seems to me like those elements are treated as a text and not as node elements and so not accessible to the XSL transformation. Is there a way to store a piece of text in such a way that later can be accessible using XSLT?
Thanks,
|