All Tags »
XML »
Java »
XSLT (RSS)
Sorry, but there are no more tags available to filter with.
-
XSLT allows you to transform one XML document type to another. For instance, you may have a XML document containing your hours logs for different projects:
XML Hours Log
<HoursLog>
<Entry>
<ProjectName>My XML ...