You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exclude-result-prefixes="date ed exslt msxsl myns rdf saxon saxon-old x xhtml"
47
+
exclude-result-prefixes="date ed exslt msxsl myns rdf saxon saxon-old svg x xhtml"
47
48
>
48
49
49
50
<xsl:strip-spaceelements="abstract author back figure front list middle note postal reference references rfc section texttable"/>
@@ -817,6 +818,10 @@
817
818
</xsl:if>
818
819
</xsl:template>
819
820
821
+
<xsl:templatematch="artwork[svg:svg]">
822
+
<xsl:copy-ofselect="svg:svg"/>
823
+
</xsl:template>
824
+
820
825
<xsl:templatematch="artwork|sourcecode">
821
826
<xsl:iftest="not(ancestor::ed:del) and $xml2rfc-ext-parse-xml-in-artwork='yes' and function-available('myns:parseXml')"use-when="function-available('myns:parseXml')">
Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,8 @@
57
57
58
58
<!-- remove third-party extensions -->
59
59
60
-
<xsl:templatematch="*[not(ancestor::fo:declarations) and namespace-uri()!='http://www.w3.org/1999/XSL/Format' and namespace-uri()!='http://xml.apache.org/fop/extensions']" />
61
-
<xsl:templatematch="@*[not(ancestor::fo:declarations) and namespace-uri()!='' and namespace-uri()!='http://www.w3.org/1999/XSL/Format' and namespace-uri()!='http://xml.apache.org/fop/extensions']" />
60
+
<xsl:templatematch="*[not(ancestor::fo:declarations) and namespace-uri()!='http://www.w3.org/1999/XSL/Format' and namespace-uri()!='http://www.w3.org/2000/svg' and namespace-uri()!='http://xml.apache.org/fop/extensions']" />
61
+
<xsl:templatematch="@*[not(ancestor::fo:declarations) and namespace-uri()!='' and namespace-uri()!='http://www.w3.org/2000/svg' and namespace-uri()!='http://www.w3.org/1999/XSL/Format' and namespace-uri()!='http://xml.apache.org/fop/extensions']" />
0 commit comments