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]

RE: Regarding Default Namespaces


> Please tell me how to access an elment whose URI is a default
> namespace.

Add a namespace declaration to the stylesheet, with an explicit prefix, and
use that prefix in the XPath expression

e.g.
<xsl:value-of select="my:apple" xmlns:my=" www.apple.com "/>

Mike Kay


 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]