Unanswered muliproposit XSL file to procces any XML

  • Tuesday, December 11, 2012 12:41 AM
     
     

    Hi i need a XSL file that can proccess any xml file and produce a tabulated output with the nodes info.

    It iterate all the tree nodes and show the names and values, also the child subnodes.

    similar like this:

       att name: att value

       att name: att value

       att name: att value

                         child    att name: att value

                         child      att name: att value

    i hope to be clear,