This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

namespace-uri() and Xalan


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]