
  This directory contains sample XSL transformation templates tha
  demonstrate features of org.objectweb.asm.xml package


  copy.xs
    Copying source document into target without changes

  strip.xs
    Strips all attribute values from the target XML.
    Result document can't be used to generate bytecode

  annotate.xs
    Adds comments for labels and variable instruction
    to the target XML document

  linenumbers.xs
    Adds code to dump source line numbers for the executing code to System.er
 
  profile.xs
    Adds code to dump execution time for each method to System.er


  You can use the following command to transfor

  java -jar asm-xml-<version>.jar <in format> <out format>
       [-in <input jar>] [-out <output jar>] [-xslt <xslt file>

    where <in format> and <out format> is one of code, xml or singlexm
    when -in or -out is omitted sysin and sysout would be use

