Subject: RE: Is XML-SPY useful for xslt?
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Tue, 17 Jul 2001 09:49:13 +0100
|
Louise,
>I have been able to select elements to put in a table but the rest
>of the elements (which i do not want) appear in a string above it
>
This is because the other weather are being picked up by the default
templates.
Try adding a
<xsl:template match="w:weather" />
to get rid of the unwanted weather.
>So, is my code wrong? is XML Spy not good for xslt? is there a
>better gui based product to use? I really don't want to have to
>work in NotePad
There are a few others. Cooktop is very handy and Xcelerator is supposed to
be good.
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|