Hi Pascal, Yes, you are right.
Thanks, Bhaskar -----Original Message----- From: Pascal Sancho [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 12:35 PM To: [EMAIL PROTECTED] Subject: RE: XSLT tag needed Hi, Probably your ns1 namespace is not defined in your XSLT. You sould add appropriate declaration in the stylesheet tag of your XSLT: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform <http://www.w3.org/1999/XSL/Transform> " xmlns:ns1="DbGMLPriceBusHdr"> Pascal > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 16 septembre 2004 05:32 > À : [EMAIL PROTECTED] > Objet : XSLT tag needed > > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] DISCLAIMER: This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]