XSLTProc is very picky (and rightly so) about conforming to the URI specification. In particular, characters like spaces and backslashes have to be escaped. I don't know if you're using Windows or not, but if you want to point to the file C:\My Documents\book.xml on a Windows box, you have to type this as file:///C:/My%20Documents/book.xml. I avoid any URI that has a space in it for this reason, so I haven't actually tested it, but it should work.
Jeff -----Original Message----- From: Steinar Bang [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 3:49 PM To: [EMAIL PROTECTED] Subject: DOCBOOK-APPS: Re: One or multiple catalogs for xsltproc? >>>>> Bob Stayton <[EMAIL PROTECTED]>: > You must separate catalog files with spaces in the environment > variable. Neither colon nor semicolon worked as a separator for me. Does it support backslash (or otherwise) quoted spaces, for file, or directory names with spaces in them?
