Anthony Davies wrote:

Hi,

I'm trying to get this transformer working so that I can write xml on the fly on my server. Unfortunately, I can't get this component to work.

What error do you get?


The relevant sitemap bits as I have them are:

...


altersubmit.xsl is:

...


 <xsl:template match="/">
   <source:write create="true">
     <source:source>file://poo.xml</source:source>
     <source:fragment>
       <xsl:apply-templates/>
     </source:fragment>
   </source:write>
 </xsl:template>

Seems you are creating a whole file here in which case the whitespace after source:fragment could be causing a problem (not sure how the xsl would affect that)


Try : <source:fragment><xsl:apply-templates/></source:write>

Geoff


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



Reply via email to