Subject: RE: copying source tree with suttle changes
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 13 Mar 2001 17:22:26 -0000
|
> I used Oliver Becker's example to copy the source, excepting
> minor changes in the company/office node as follows:
>
> test.xsl ------->
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version="1.0">
> <xsl:template match="@*|node()">
I think that should read match="*|node()"
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|