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]

Reply via email to