xsl-list
[Top] [All Lists]

Re: Variables and HTML

2005-03-14 15:58:21
Hi.

Thanks for all your help so far!

On Sat, 12 Mar 2005 01:05:21 GMT, David Carlisle 
<davidc(_at_)nag(_dot_)co(_dot_)uk> 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="&#xE001;" string="&lt;"/>
</xsl:character-map>

Then anywhere I use &#xE001; in my XSL I  get < in my output?

Can I map « to < if I'm confident that my XML won't contain «?

Can I map ¤ 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




David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--




--


.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:._.:||:.

Nathan Young
A: ncy1717
E: natyoung(_at_)cisco(_dot_)com

--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>