How create XML from XML using XSL ?
I try like this.. but i not get a result
Test.xml
Alex <
The problem is that "/" is the root, not the root element (or "document element"). Hierarchically, "/" is one level above the document element (, in yor case). So this:
"/"
would actually work. Note the tiny little difference? Nicer would be this: