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]

RE: XML/XSLT NameSpace Problem


Alex,

Something like:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0"
		    xmlns:env="http://www.somearbitrarydomainspace.com";>



Sincerely,

David Kovach
SAP Labs
Palo Alto, CA

-----Original Message-----
From: Alex Genis [mailto:agenis@dtcc.com]
Sent: Monday, January 28, 2002 2:14 PM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] XML/XSLT NameSpace Problem


Hi, everybody !
What should I specify in <xsl:stylesheet> element of my XSLT
to retrieve data from XML Document a few tags of which (including top level
element)
containing prefixed names , for example :

<env:Envelope>
     <env:Header>
       .......
    </env:Header>
    <env:Body>
       .......
    </env:Body>
</env:Envelope>

Any help will be appreciated. Thanks.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 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]