is there a way to convert all nodes\' attributes into child Nodes using XSLT 1.0 ? It must run flawlessly with PHP\'s xsltProcessor. The attributes
XSLT 1.0
xsltProcessor
Tested on Oxygen/XML using Saxon6.5:
This is based on using an identity template for element nodes and a template that converts attributes to elements.