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: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 28 Oct 2003 10:16:15 GMT
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


Current Thread