> Try \uxxxx where xxxx is the unicode character code. Just guessing, > so you can email the list if it works. Actually what I ended up doing was after a little searching and tinkering between myself and Randy Layman we found that &#nn; specifies an ascii char code in XML(Randy found this on w3c.org if anyone is interested). The nn digit value is actually in decimal. So for a \n(line feed) I used to insert a newline in our xml definition and the StringTokenizer the parsed value(I'm outputting PDF not HTML so \n is meaningless). --- Michael Wentzel Software Developer <A HREF="http://www.aswethink.com">Software As We Think</A> <A HREF="mailto:[EMAIL PROTECTED]">Michael Wentzel</A> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
