Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #8721

javax.xml.transform.Transformer and HTML entities

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

Show all headers | View raw


-----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 « &nbsp; », are
re-escaped by Transformer.

See this sample : http://pastebin.com/LfGpWMai
Instead of expected
	<div>&mdash;</div>
I get
	<div>&amp;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 | NextNext in thread | Find similar


Thread

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