XSLT Catalog usage
Posted: Sat Mar 08, 2008 12:19 am
I'm running into an issues (off and on), and I think that it's a catalog issue w/ regards to XSL supported name spaces. I examined the frameworks directory to find a pointer to the current catalog, but I didn't find any XSL related schema or DTD information.
I'm assuming that when I don't have a problem, then the parser is fetching the dtd/schema's listed from the authoritative site each time. How do I set up a cache for the common xsl namespace dtd's.
For the most part the Public ID's would be useful, and when I am effectively out of internet access, I would still be able to work if those DTD/schema namespace areas would still be accessible.
F [Saxon9B] XPath syntax error at char 80 on line 66 in {...otd_LL', $motd.replace) els...}:
Cannot find a matching 3-argument function named {http://www.w3.org/2005/02/xpath-functions}replace()
The last time that I checked xpath-functions had two instances of replace. Other times, it would find this function and not be an error. Is there another reason for this other than not being able to examine the namespace catalog?
Kermit Tensmeyer
I'm assuming that when I don't have a problem, then the parser is fetching the dtd/schema's listed from the authoritative site each time. How do I set up a cache for the common xsl namespace dtd's.
For the most part the Public ID's would be useful, and when I am effectively out of internet access, I would still be able to work if those DTD/schema namespace areas would still be accessible.
F [Saxon9B] XPath syntax error at char 80 on line 66 in {...otd_LL', $motd.replace) els...}:
Cannot find a matching 3-argument function named {http://www.w3.org/2005/02/xpath-functions}replace()
The last time that I checked xpath-functions had two instances of replace. Other times, it would find this function and not be an error. Is there another reason for this other than not being able to examine the namespace catalog?
Kermit Tensmeyer