|
|
Browse by Tags
All Tags » XML » XSLT (RSS)
-
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 ...
|
|
|