↧
Answer by michael.hor257k for Using XSLT to transform XML to XML
I think this may do what you described. At least the result received is the same as the desired one, AFAICT:XSLT 1.0<xsl:stylesheet...
View ArticleUsing XSLT to transform XML to XML
I'm getting a hang of XML and am now experimenting with XSLT. I'd like to transform an XML file into a new XML file with a different format. I've been messing around with this for two days, but as you...
View Article