RE: [xsl] tabulator character?

Subject: RE: [xsl] tabulator character?
From: "Cho, Jason" <JCho@xxxxxxxxxx>
Date: Fri, 22 Jul 2005 15:25:11 -0400
Karl Koch wrote:
> Can sombody tell me the tabulator character which I could insert at
the place of ?? in order to insert a tabulator in the output of an XSLT?

If by "tabulator" you mean a horizontal tab, the entity is &#x9;. You
can find numeric codes for other ASCII controls at
http://www.unicode.org/charts/PDF/U0000.pdf , or see
http://www.unicode.org/charts/ to browse all Unicode characters.

--
Jason Cho

Current Thread