Project

Profile

Help

Bug #2445 ยป test.xsl

Radu Coravu, 2015-08-25 10:53

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:p="http://www.oxygenxml.com/ns/samples/personal">
<xsl:template match="//map//*[
contains(@class,' bookmap/chapter ') |
//map//*[contains(@class,' map/topicref ')
and count(ancestor::*[contains(@class,' map/topicref ')]]">
</xsl:template>
</xsl:stylesheet>
    (1-1/1)