Hi,
A workaround to the repeated attribute namespaces is to place this processor just before xmldb-insert processor code in the pipeline:
<p:processor name="oxf:xslt">
<p:input name="data" href="#insertDocument"/>
<p:input name="config">
<xsl:transform version="2.0">
<xsl:import href="oxf:/oxf/xslt/utils/copy.xsl"/>
<xsl:template match="@xsi:*">
<xsl:attribute name="type" namespace="http://www.w3.org/2001/XMLSchema-instance">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
</xsl:transform>
</p:input>
<p:output name="data" id="fixedDocument"/>
</p:processor>
Cheers,
Matthew
------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
