xsl help
Write the XSLT that does the reverse of the XSLT(below), i.e. it converts the attributes in Personsout.xml into elements. ( should be used
for this as well )
Can someone help me how to do this.am still a beginner.
Personsout.xml
<?xml version=”1.0” encoding=”UTF-8”?>
<Persons>
<Person FirstName=”Jill”
LastName=”Harper”/>
<Person FirstName=”Claire”
LastName=”Vogue”/>
<Person FirstName=”Paul”
LastName=”Cathedral”/>
</Persons>
techyworld
Junior Poster in Training
66 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0