Jean-Luc, are you manually making these soap messages? Any reason your not
using JAX-WS or CXF etc?

Cheers, Tim

On 02/06/2009 17:11, "Jean-Luc" <jlcane...@gmail.com> wrote:

> Lifted, Scalads,
> 
> I'm currently developing a Web Service which can generate xhtml content.
> 
> 1. The xml output of the service has the following format :
> <SOAP-ENV:Envelope ...
> [...]
> <d:formattedMessage xmlns="http://www.w3.org/xhtml";
> xmlns:d="myUndisclosedURL">
> Here is my xhtml content with <br></br>
> </d:formattedMessage >
> [...]
> </SOAP-ENV:Envelope>
> 
> 2. I generate the output with an XmlResponse( myXmlNodeAsParam )
> 
> Is there a convenient method to pretty print the xhtml content so that empty
> xml node ("<br/>" or "<hr/>") is rendered this way : <br/> => <br/>
> ( and not <br/> => <br></br>) ?
> 


--~--~---------~--~----~------------~-------~--~----~
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