[Home] [By Thread] [By Date] [Recent Entries]
On 20/05/2011 17:19, Costello, Roger L. wrote:
> - references a file in another folder, using an absolute path, e.g., c:/tmp/foo.xml why this one? All the rest are just the standard document() function, but this is a requirement for operating-system specific paths (actually operating system specific path with the wrong kind of slash) why not drop that requirement and use the URI syntax file:///c:/tmp/foo.xml then you can just use the standard xslt function document($href,$document) if you really must have that then document(replace($href,'^[a-zA-Z]:','file:///$0'),$document) David ________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________
|

Cart



