Sample XML:
<xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml">
<w:styles>
<w:style w:type="paragraph" w:styleId="authoreditor2"><w:name w:val="author editor2" />
</w:style>
</w:styles>
<w:body>
<w:p>
<w:pPr>
<w:pStyle w:val="authoreditor2"/>
</w:pPr>
<w:r>
<w:t>Test</w:t>
</w:r>
</w:p>
</w:body>
</w:wordDocument>
Sample Output:
<p class="author editor2>Test</p>;
I need a sample xslt file to create the above output through xslt.