Thank you David for the AltXML.toXML method !

Using AltXML.toXML(xml, false, true) produces a nice "the message <br />"
;-)

After verifying all my code : I had a test issue due to the fact that I
parsed my xml byte stream back to a scala.xml.Node structure and used the
Node.toString (which uses the default xml format ...) to trace it.

I finally use an XmlResponse(xml) which set the headers and format correctly
the xml stuff (checked with Fiddler2).


2009/6/2 David Pollak <feeder.of.the.be...@gmail.com>

> Please try (this is on 1.1-SNAPSHOT... code I just checked in):
> import net.liftweb.util._
>
> AltXML.toXML(soapXML, false, true)
>
> Thanks,
>
> David
>
>
-- 
Jean-Luc Canela
jlcane...@gmail.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to