[Home] [By Thread] [By Date] [Recent Entries]
Hi.
Thanks for all your help so far! On Sat, 12 Mar 2005 01:05:21 GMT, David Carlisle <davidc@xxxxxxxxx> wrote: Rather than using translate explictly, if I were doing thjis I'd define a function xsl:my:d-o-e in some namespace that took a string and replaced < > and & as I suggested so you could just do <xsl:value-of select="my:d-o-e(.)"/> where you needed to this. That's for filtering nodes in the DOM being transformed, right? If I need to have a < added to my output by my XSL I can set up: <xsl:output use-character-maps="html-stuff" /> <xsl:character-map name="html-stuff"> <xsl:output-character character="" string="<"/> </xsl:character-map> Then anywhere I use  in my XSL I get < in my output? Can I map B+ to < if I'm confident that my XML won't contain B+? Can I map B$ to "some really long string I'm sick of typing" or is that just going to far? (I'm really trying to give Wendell heart attacks here) ----->Nathan
-- .:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:. Nathan Young A: ncy1717 E: natyoung@xxxxxxxxx
|

Cart



