RE: [xsl] Do a copy of a document but avoid duplicates in certain lists of tags

Subject: RE: [xsl] Do a copy of a document but avoid duplicates in certain lists of tags
From: "Lenz, Georg" <georg.lenz@xxxxxxx>
Date: Tue, 28 Oct 2003 12:13:32 +0100
Hei David,

my point is not to introduce a fake namespace node "h" or what ever else alias you introduce 
for the "xhtml" name space.
It is why don't correspond names that are not fully qualified 
in an xpath to nodes from the default name space?!?!

Georg Lenz


-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Dienstag, 28. Oktober 2003 11:16
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Do a copy of a document but avoid duplicates in
certain lists of tags



This is a FAQ.

> I thought put everything in the default name space 
> and everything will workout.

There is nothing special about the default namespace.

<html xmlns="http://www.w3.org/1999/xhtml";>
<a:html xmlns:a="http://www.w3.org/1999/xhtml";>
<b:html xmlns:b="http://www.w3.org/1999/xhtml";>

are all the same element as far as Xpath is concerned, the element html
in the namespace http://www.w3.org/1999/xhtml

If you put xmlns:h="http://www.w3.org/1999/xhtml"; on xsl:stylesheet and
then use h:xhtml in all xpaths.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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

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


Current Thread