Hi everybody, I am sending two tags can anybody please tell me
how to get the value of it in XSLT. The tags are: <ns1:BusObjectType
xmlns:ns1="DbGMLPriceBusHdr">MARKETDATA/RISK/CDS/IPV</ns1:BusObjectType> <ns2:BusObjectOwner
xmlns:ns2="DbGMLPriceBusHdr">tbd</ns2:BusObjectOwner> If try to give <xsl:value-of select=”ns1:BusObjectType”/> <xsl:value-of select=”ns2:BusObjectOwner”/> XALAN parser is giving an error saying : SystemId Unknown; Line #8; Column #44; XSLT
Error (javax.xml.transform.Transform erConfigurationException):
javax.xml.transform.TransformerException: javax.xml.t ransform.TransformerException:
Prefix must resolve to a namespace: ns1 Thanks Bhaskar DISCLAIMER: |
- XSLT tag needed KS.Bhaskar
- RE: XSLT tag needed Pascal Sancho
- RE: XSLT tag needed KS.Bhaskar