I tried woody but could not figure out how to bind an XML node to the textarea input field.
Is this possible ? What would be the @path for such a binding ?
Consider for example the following xml :
<page>
<header><title>My Title</title></header>
<body>
<section>
<p> hello world </p>
</section>
</body>
</page>How can one bind the <section> subtree to the xml inside <textarea> of the form ?
If jxpath cannot bind to xml nodes, then what would be a good alternative, while still using woody ?
Perhaps creating my own xsl which will produce a woody instance, similar to what the woody transformer output (xmlns:wi="http://apache.org/cocoon/woody/instance/1.0) ?
Regards, -kamal
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
