Have a look on the <xsl�:document>.
I guess that it should be useful for you.
This tag is like a fork for a stream.
In your XSL file, when you use this tag you redirect the output.
...
<p>some text redirect to the standard stream</p>
<xsl:document href="request{$id}.xml" method="xml">
<!-- all inside document is redirected to href -->
<xsl:apply-templates select="MyContentTag"/>
</xsl:document>
<p>another text redirect to the standard stream</p>
Laurent Trillaud
-----Message d'origine-----
De�: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoy�: samedi 22 mars 2003 19:15
��: [EMAIL PROTECTED]
Objet�: How to serialize a XML file to disk?
Hi all :)
�
We're doing a college work on cocoon and xml harvester potencial, and we
would like to know if we can grab a given XML file (on the web) to a
location on harddisk for a repository then work with it..
�
TIA
�
�
�
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]