RE: [xml-dev] namespace question

From
Michael Kay <>
To
'Garvin Riensche' <>,
Date
2007-03-10T10:25:16
ID
<008d01c762fe$65907650$6401a8c0@turtle>
Thread
RE: [xml-dev] namespace question
Google for "FAQ XPath default namespace".

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Garvin Riensche [mailto:] 
> Sent: 10 March 2007 10:17
> To: 
> Subject: [xml-dev] namespace question
> 
> Hi there,
> 
> I am not very familar with namespaces, so it would be nice if 
> someone coult help me with the following simple example:
> 
> <unit xmlns="http://www.sdml.info/srcML/src">
> 	<namespace>
> 		<type_decl id="CB;" name="B" type="class">
> 		...
> 		</type>
> 	</namespace>
> </unit>
> 
> This is part of the xml that is produced by srcML, a tool for 
> converting Java to XML. As you can see srcML has its own 
> namespace. My question is, how i can adress parts of the 
> subtree with XPath from an XSLT Stylesheet. For example:
> 
> <xsl:copy-of select="/unit/namespace"/>
> 
> doesn't return anything. But if i delete the xmlns attribute 
> the tree below "<namespace>" is returned.
> 
> Regards,
> Garvin
> 
> ______________________________________________________________
> _________
> 
> XML-DEV is a publicly archived, unmoderated list hosted by 
> OASIS to support XML implementation and development. To 
> minimize spam in the archives, you must subscribe before posting.
> 
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: 
> subscribe:  List archive: 
> http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>