Subject: Re: `High-level' format specifications with XSL?
From: "Kent Fitch" <kent.fitch@xxxxxxxxxxxx>
Date: Thu, 9 Jul 1998 12:12:10 +1000
|
Sorry - the XSL I just posted assumes a "wrapper"
element around the <project> and hence won't
produce what you want as is - MSXSL has a quirk
which means it insists on just one root object,
so I am accustomed to always enclosing the
input document with <xml>...</xml> (or any other
tag pair such as <doc>...</doc>.
In this specific case, you could merge the "project"
processing into the xsl root rule or you could add a
wrapper element and leave the xsl unchanged.
I also forgot to include the MSXSL reference:
http://www.microsoft.com/xml/xsl/default.asp
Kent Fitch Ph: +61 2 6276 6711
ITS CSIRO Canberra Australia kent.fitch@xxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|