Subject: Re: deep "copy-of" a source fragment
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 4 Sep 2002 09:46:40 +0100
|
> match="/html/body/"
probably there are no elements called html or body
Tidy probably wrote th eelements in the xhtml namespace. A namespace is
part of teh name of an element, so you'll need
match="/h:html/h:body/"
and xmlns:h="http://www.w3.org/1999/xhtml" to declare the h prefix on
your xsl:stylesheet element.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Conal Tuohy - Wed, 4 Sep 2002 03:26:08 -0400 (EDT)
Robert Koberg - Wed, 4 Sep 2002 03:29:37 -0400 (EDT)
David Carlisle - Wed, 4 Sep 2002 04:45:42 -0400 (EDT) <=
Dion Houston - Wed, 4 Sep 2002 03:43:07 -0400 (EDT)
|
|