Write the XSLT that does the reverse of the XSLT(below), i.e. it converts the attributes in Personsout.xml into elements. (<xsl:copy> 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>

Please post the expected output.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.