Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #8721
| Date | 2011-10-12 00:57 +0200 |
|---|---|
| From | Aéris <aeris@imirhil.fr> |
| Newsgroups | comp.lang.java.programmer |
| Subject | javax.xml.transform.Transformer and HTML entities |
| Message-ID | <4e94c9cd$0$29390$426a74cc@news.free.fr> (permalink) |
| Organization | Guest of ProXad - France |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have a problem with Java XML Transformer escaping. I use Transformer to create a HTML file from an DOM Document. But in generated HTML, all « & » on text nodes in the document, which are parts of already escaped HTML entities like « », are re-escaped by Transformer. See this sample : http://pastebin.com/LfGpWMai Instead of expected <div>—</div> I get <div>&mdash;</div> I search on doc and Google, but nothing found to disable escaping. Is there anybody to help me ? Thanks - -- Aeris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJOlMm6AAoJEK8zQvxDY4P9S5gIAJ9deHSrFhHAnbxgyhCHHRYB sVSUx7G2Wr1CpkM0SMRxhAvzKy09yONqeXaByuTRWwrPzKGRXHoKXTN9hC0jb04C QrBKKZq0SSut3KbAcSgaOY2eCHSyPeI6vrQMLyanGUVpvr9J7kzZ7rp7CS2Z+bcY 9HIOdo93wwvzzRZvdAIaLc3VrkUa4TebXEb+j5QULwlmUnPuRpEEdCCfIJBg2Vmq 1tYL2XkKUA+xiW5sLK3VVhKskNhlWYop9J2IfoNdg5zS5wQsNNk5Z7KEtDcPoie5 zUftWJS6j8rvEuhpuDYXezFDVqAdgyQ8gpxnMyUELVOC41YV8oQuByJNjswUMks= =0LA3 -----END PGP SIGNATURE-----
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar
javax.xml.transform.Transformer and HTML entities Aéris <aeris@imirhil.fr> - 2011-10-12 00:57 +0200
Re: javax.xml.transform.Transformer and HTML entities Arne Vajhøj <arne@vajhoej.dk> - 2011-10-11 19:04 -0400
Re: javax.xml.transform.Transformer and HTML entities Jeff Higgins <jeff@invalid.invalid> - 2011-10-11 19:15 -0400
Re: javax.xml.transform.Transformer and HTML entities markspace <-@.> - 2011-10-11 17:58 -0700
Re: javax.xml.transform.Transformer and HTML entities Arne Vajhøj <arne@vajhoej.dk> - 2011-10-11 21:14 -0400
csiph-web