Wayne Johnson wrote: ... > Anyone know a good way to manage XML in CVS? Is there a program that > will sort an XML file? To make sure that similar tags always appear in > the same order? Am I just dreaming? ...
You could use a stylesheet, i.e. XSL (http://www.w3.org/Style/XSL/), and sort your tags with xsl:sort. There are a lot of XSL processors, e.g. sablotron (http://www.gingerall.com/). Stephan _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
