> > I need to pass a subtree of that XML as a parameter, via that form.
> > 
> > Is there a way, in XSLT, to transform a XML fragment into a string?
> > So I can have an <input> in my form that contains the text 
> of this XML
> > fragment.
> 
> How about parsing the form element value to a DOM object 
> (either client 
> or server side) and extract the DOM node that serves as the 
> root of the 
> fragment you need?

You think I should use Java/XSP for such a process?
Ok. Let's say I put the subtree to be sent into a DOM object.
How do I stringify it? (I presume I cannot pass a Java object 
via a HTML form :-)

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to