xsl-list
[Top] [All Lists]

RE: [xsl] Selecting unparsed text from inside a tag

2008-03-25 09:31:22
I've used xsl:sequence instead of xsl:value-of for this type of mixed
content. Are there any issues with this approach that will haunt me
later?

Thanks!
Angela 
"We cannot solve problems by using the same kind of thinking we used
when we created them."
-Albert Einstein



-----Original Message-----
From: Michael Kay [mailto:mike(_at_)saxonica(_dot_)com] 

Your questions suggests that you are doing xsl:value-of where you should
be doing xsl:copy-of or xsl:apply-templates.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--