xsl-list
[Top] [All Lists]

[xsl] Using 'collection'

2015-08-29 03:58:17
Clearly I do not know what I am doing or am misunderstanding what Michael's XSLT 2.0 book is saying. can anyone help?

I have to extract information from a collection of 8000 individual xml files. It has been a couple of years since I have used xslt, so while not a novice, I am very rusty. Where 'docs' is a sub-directory of the directory 'British Library' where my xslt is located and contains a set of files of the format *.xml, I wrote this xslt 2.0 stylesheet:

  <xsl:template match="/">
      <xsl:variable name="library" select="collection('docs/*.xml')"/>

  </xsl:template>

and got the error in Oxygen:
System ID: P:\British Library\read.xsl
Severity: fatal
Description: FODC0002: The file or directory file:/P:/British%20Library/docs/*.xml does not exist
Start location: 8:0
URL: http://www.w3.org/TR/2005/WD-xpath-functions-20050211/#ERRFODC0002

System ID: P:\British Library\read.xsl
Severity: error
Description: FODC0002: The file or directory file:/P:/British%20Library/docs/*.xml does not exist
Start location: 8:0
URL: http://www.w3.org/TR/2005/WD-xpath-functions-20050211/#ERRFODC0002
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>