I have a set of instructions in XML that is being passed through XSLT for HTML output. Some of the instructions (or rather, parts thereof) need HTML tags in them. A simple example:
It's easy enough to format the entire node w/ XSLT but how to format just bits of one? "<" just produces literals as does CDATA.Code:<instruction><b>DO NOT</b> press anything.</instruction> <instruction>Go to <a href="http://mysite.com">My Site</a> for additional help</instruction>
Any help? Thanks.




Reply With Quote