Hi this is my first paste... http://paste.plone.org/12700 [Contains my input.xml and transform.xslt and output file it generated. http://paste.plone.org/12706 .. this contains my new input.xml file..
And in here, all the Activitiy's tag attributes are being rewritten as children.
And here is the xslt which i tried to write and failed... http://paste.plone.org/12708 ..
Primarily the main difference, was that in 12700 i was using Activity@routeattri as the key and used it to do the separtion..
But I wanna change it to Activity/routetag as the key now and do the same..
I think the change shld be little but I jez cant seem to figure it out..
The modiifcation as I mentioned above is that Activity's attribute is swapped to become the Activity's Child.
In this below paste, I have given the new input.xml, transform.xsl( I have highlighted the changes with "CHANGE HERE" comments) and the output.xml file which http://paste.plone.org/12726
As you can see, the output inside the in the output.xml is different in the 2 output.xml files.
Instead of
Email....
I gotten this instead
4ID....
I hope I have tried my best to clarify my problem as much as I can.
Thanks for any help.