You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Igor Seletskiy <is...@psoft.net> on 2000/07/17 22:20:50 UTC

Special characters

Is there any way to pass special characters like <, > inside parameter,
using xerces DOM parser
For example
<src> a < b </src>

Thank you
Igor



Re: Special characters

Posted by Mike Pogue <mp...@apache.org>.
Try this:

<src> a &lt; b </src>

Mike

Igor Seletskiy wrote:
> 
> Is there any way to pass special characters like <, > inside parameter,
> using xerces DOM parser
> For example
> <src> a < b </src>
> 
> Thank you
> Igor
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org