Using XML Spy and an XSL document.
I have opened an XML document in XML Spy.
I am trying to add a line to this XML DOCUMENT which is a reference
to the xsl document which is in the same folder :
<?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>
When I try to save this,i get prompted :
Document not valid.
Any idea why this is happening?
I am using XML spy for the first time.
Also,how can use the XML SPY as a transformer ?
|