Say you have an xml file like:
<project name="FullDist" default="full">
<property name="projectname" value="Bleeding_Edge"/>
<!-- Lots of other stuff here -->
</project>
And you want to pull out just Bleeding_Edge without a lot of xml framing.
>From a shell script, is xsltproc a good way of doing this? If so how?
Would xquery be better than XSLT?
Thanks!
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt