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

Subject: RE: [xsl] Selecting unparsed text from inside a tag
From: "Angela Williams" <Angela.Williams@xxxxxxxxxxxxxxxxxx>
Date: Tue, 25 Mar 2008 11:29:49 -0500
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@xxxxxxxxxxxx]

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

Current Thread