parse utf-8 xsl variable

G

Gerry Lawrence

I'm trying to take an xsl variable that is composed of UTF-8 data and
do a basic parse of this data using java extensions in xsl, seperating
each character with a ' | '. For example if I have the following data
in an xsl variable:

政府論

I would like the parsed output to look like:

政 | 府 | 論

Can someone point me towards a simple java class and possible example
that would allow me to do this, regardless or inclusive of xsl?

Thanks,

Gerry Lawrence
 
A

Andrew Thompson

Gerry Lawrence said:
政府論 ..... ->
政 | 府 | 論

Can someone point me towards a simple java class and possible example
that would allow me to do this,

StringTokenizer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top