Subject: RE: Adding Prefixes to Elements
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Mon, 07 Mar 2005 16:17:27 +0000
|
In XMLSpy, how would I go about automatically adding
prefixes to every element name in my XSL stylesheet.
For example, when I have a template match="A/B/C", I
would like it to change to x:A/x:B/x:C.
Any suggestions?
<<<
Jonathan, if XMLSpy doesn't offer this feature and you don't find an editor
that does, perhaps it wouldn't be too difficult to write an XSL transform to
accomplish this?
|