[jdom-interest] Automatic Character Escaping
Elliotte Rusty Harold
elharo at metalab.unc.edu
Tue Apr 1 09:49:16 PST 2003
>I just need a way for JDOM to not do the automatic escaping for this
>character sequence.
No, you don't.* You need to include the actual character in your
string literals, not
* There is a small chance you're writing an XML editor. In this case,
you may actually need to do what you claim, but JDOM isn't going to
help you. You'll need a different, syntax layer API rather than
JDOM's structure layer API.
--
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo at metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| Processing XML with Java (Addison-Wesley, 2002) |
| http://www.cafeconleche.org/books/xmljava |
| http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://www.cafeaulait.org/ |
| Read Cafe con Leche for XML News: http://www.cafeconleche.org/ |
+----------------------------------+---------------------------------+
More information about the jdom-interest
mailing list