Hi,
I'm using XSLT2 and having a problem with the doc-available function.
I have an href attribute (@href) whose value is 'wiki.xml'
resolve-uri(@href,'file:/c:/clipsworkingdir/rss/temp/') returns
file:/c:/clipsworkingdir/rss/temp/wiki.xml (this file exists and is
valid XML).
resolve-uri(@href,document-uri(/)) returns
file:/c:/CLIPSW~1/rss/temp/wiki.xml
doc-available("file:/c:/clipsworkingdir/rss/temp/wiki.xml") returns
false
doc-available("file:/c:/CLIPSW~1/rss/temp/wiki.xml") returns false
doc-available(resolve-uri(@href,document-uri(/))) returns false
document("file:/c:/clipsworkingdir/rss/temp/wiki.xml") returns nothing
indicating it silently fails
document(resolve-uri(@href,document-uri(/)))returns nothing indicating
it silently fails
Does anyone know what could be going wrong?
Grant Focas
**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************