Subject: RE: create multiple documents
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Thu, 18 Oct 2001 22:08:38 +0100
|
Sebastian,
Well that is why I stopped playing with it. It isn't that useful
clientside and if you are on the server then it might be easier to just
pass a param into the transformation to get different results.
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Sebastian Rahtz
> Sent: 18 October 2001 21:44
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: create multiple documents
>
>
> Chris Bayes writes:
> > > Or if you're using MSXML, then you
> > > should be able to write an extension method that saves XML to
> > > disk (I think Chris Bayes was working on this - Chris?).
> > >
> > I sent you what I had for exslt but didn't go any further
> with it. A > couple of ppl asked me direct and I sent them
> what I had.
> > It doesn't work quite the same as the others because you
> can't create > new xsl elements so you have to fudge it with
> something like > <xsl:value-of
> select="document:write('c:\temp\test.xml', ., '', 'xml', >
> '', '', 'no', 'no', '-//W3C//DTD HTML 3.2//EN')" />
>
> cripes.
>
> But I just wanted to say that the need to create multiple
> output documents may be an illusion. It may be enough simply
> to refer back to the master document again and again to get
> different portions. I know this has been discussed many
> times, and it is foul to make work (thanks to Chris for
> helping with my own setup!), but the concept is there.
>
> Sebastian
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|