[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AW: [xml-dev] XSL works only with one XML-File
- From: Ursprung Manfred <Manfred.Ursprung@baeurer.de>
- To: "xml-dev (E-Mail)" <xml-dev@lists.xml.org>
- Date: Thu, 11 Oct 2001 13:53:20 +0200
I think about a scenario where the stylesheet should know which
additionally XML-file is needed for transforming.
I have dynamic input (data from a database) and static input.
Dynamic input is needed to complete static input.
Let's say , dynamic input is called with stylesheet and stylesheet
knows that it has to merge in the static input.
- Manfred
> -----Ursprüngliche Nachricht-----
> Von: Sebastian Schnitzenbaumer [SMTP:schnitz@mozquito.com]
> Gesendet am: Donnerstag, 11. Oktober 2001 13:33
> An: David Carlisle; Manfred.Ursprung@baeurer.de
> Cc: xml-dev@lists.xml.org
> Betreff: RE: [xml-dev] XSL works only with one XML-File
>
> > > Isnt it a gap in XSL ?
> >
> > No, because it isn't true. An XSL stylesheet may take input from any
> > number of sources, see the document function.
> >
> > David
>
> I think we ought to know what is initially being called.
> Is the stylesheet (either XForm or XSL) that references
> multiple documents being called first, or are we assuming
> an instance that has a stylesheet associated with it,
> and the instance is called first?
>
> - Sebastian