| 
 
Subject: [xsl] Using document() and namespaces From: Ruben Inoto <ris2@xxxxxxxxx> Date: Tue, 03 Apr 2001 14:09:16 +0200  | 
 Hi everybody,
 I posted this last week but I had no reply and I still haven't found
the solution, so I'll try again,  (my last attempt, I promise). Any clue
would make me very happy:
 I have a problem when trying to access an xml file with name-spaces
with 'document()' from xsl:
 The xml looks like this:
---------------------
 <?xml version="1.0"?>
 <?cocoon-process type="xsp"?>
 <?cocoon-process type="xslt"?>
 <?xml-stylesheet type="text/xsl" href="/xsl/articulos.xsl"?>
 <xsp:page language="java"
           xmlns:xsp="http://www.apache.org/1999/XSP/Core"
           xmlns:contador="http://www.e-inteligentia.com">
<tag>
   <value>whatever</value>
</tag>
</xsp:page>
------------------------
And a bit of the xsl:
--------------------------------
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:xsp="http://www.apache.org/1999/XSP/Core">
..........
   <xsl:value-of select="document('my_file.xml')/xsp:page/tag/value"/>
...........
</xsl:stylesheet>
--------------------------------
 I get the error 'Can not load requested doc: my_file.xml' using Cocoon.
 I have no problems when I don't use the name-space 'xsp',  What am I
doing wrong?
 Thank you in advance...
/Ruben
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] XSLT editor, Chris Bayes | Thread | Re: [xsl] Using document() and name, David Carlisle | 
| Re: [xsl] Ridiculous XPath expressi, Sebastian Rahtz | Date | Re: [xsl] Ridiculous XPath expressi, David Carlisle | 
| Month |