You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Mikko Rahkonen <ra...@st.jyu.fi> on 2000/12/15 16:45:02 UTC

How to get a char as numeric hex with XSLT?

Hi!

Is there any way to get the numeric hex value of a char with XSLT? 

I'm trying to avoid using JavaScript by generating GET-style HREFs Special
characters (other than a-z and 0-9) must be converted to # followed by the
hex value as string. For example http://foo?bar:baz should be defined as
http://foo?bar%3Abaz.

Thanks in advance.

-- 
Mikko Rahkonen <ra...@st.jyu.fi>