I have the following problem.
I create a xml fragment in a taglib:
<xsl:template match="config:DBServerConfig">
<xsl:copy-of
select="document('configMeta.xml')/metaData/NodeType...../*"/>
</xsl:template>
In my XSP page I have a HTTPConnection Post function that posts a given xml
dom to a given url.
How do I convert the above xml fragment to a DOM to post ?
I would like to do this:
Post(myUrl,<config:DBServerConfig/>);
?
Truhann
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>