[xsl] namespace-uri() and Xalan

Subject: [xsl] namespace-uri() and Xalan
From: Kevin.Ross@xxxxxxxxxx
Date: Mon, 28 Jan 2002 17:42:05 -0600
Help.....please...

I need to find out the namespace-uri for node ns1:someRpcMethodName (In
this case, I want the value to be 'urn:MySoapActionURI'), but I can't seem
to get it to work to save my own life.  Can someone tell me the expression
I can use in <xsl:value-of select="????"/>?

Thanks,

Kevin Ross



<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="
http://www.w3.org/1999/XMLSchema";>
      <SOAP-ENV:Body>
            <ns1:someRpcMethodName xmlns:ns1="urn:MySoapActionURI"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
                  <maxrows xsi:type="xsd:string">0</maxrows>
            </ns1:someRpcMethodName >
      </SOAP-ENV:Body>
</SOAP-ENV:Envelope>



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread