Re: [XWeb-Users] XML files including files including files.
Brought to you by:
peterbecker
|
From: Peter B. <pe...@pe...> - 2002-05-04 09:43:49
|
Mikael St=E5ldal wrote: [...] >> You could try to use the import features of XSLT instead: it is=20 >> possible to open additional files while processing XSLT code.=20 >> Although this is not official part of the XSLT 1.0 spec >> most XSLT processors (including the version of Saxon in the=20 >> distribution) support the document(..) function which gets a URL and=20 >> returns the root element of the document given by this URL. > > > The document() function is definitly part of XSLT 1.0. Do you refer to=20 > any special treatment of the document() function? No, probably I just mess things up ;-) I thought I remember having read=20 something like this about document() in Michael Kay's book, but probably=20 it was about something different. Peter |