[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|