RE: Using document() in a stylesheet

2001-12-11 Thread Karl Øie
Lock, Fred [mailto:[EMAIL PROTECTED]] Sent: 11. desember 2001 00:34 To: '[EMAIL PROTECTED]' Subject: Using document() in a stylesheet Hi, I want to do this in a stylesheet: http://some-server/some-doc.xml')"/> The first time the stylesheet is run, the URL in the document()

Using document() in a stylesheet

2001-12-10 Thread Lock, Fred
Hi, I want to do this in a stylesheet: http://some-server/some-doc.xml')"/> The first time the stylesheet is run, the URL in the document() function is accessed. After that, it appears to be cached, and any changes to "some-doc.xml" are not reflected in the output of the document function. Is