hi,

Christopher M. Golden wrote:


> My biggest confusion is with trying to get HTML entities to display correctly in the 
>HTML output.   I'm trying to put a number of   entities in there for the final 
>product, but it bitches at me if I leave them in that form in the XSL file and if I 
>use " " then it doesn't evaluate the "&" in the output!  I need to be 
>able to do complex spacing and I want the output HTML as compatible as possible with 
>a JEditorPane's HTML display.
> 


you could try to set the output method to html as mentioned and use the decimal 
or hexadecimal character references (  for  ) instead of the (html) 
entity references. the transformer should insert them correctly in the result tree.

hope that helps,
Markus




_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to