XML-STX

 view release on metacpan or  search on metacpan

test/string-value1.stx  view on Meta::CPAN

<stx:transform version="1.0" 
  xmlns:stx="http://stx.sourceforge.net/2002/ns"
  strip-space="yes">

  <stx:template match="/root">
    <stx:process-children/>
  </stx:template>
  
  <stx:template match="cdata()|text()|comment()|processing-instruction()">
    <stx:value-of select="."/>
  </stx:template>

  <stx:template match="*"/>

</stx:transform>



( run in 1.035 second using v1.01-cache-2.11-cpan-39bf76dae61 )