Code

146a439b866e9e36d75ef7617734d9384b39d974
[inkscape.git] / share / extensions / aisvg.xslt
1 <?xml version="1.0"?>\r
2 <xsl:stylesheet  xml:space="default" version="2.0" \r
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
4 xmlns="http://www.w3.org/2000/svg"\r
5 xmlns:svg="http://www.w3.org/2000/svg"\r
6 xmlns:xlink="http://www.w3.org/1999/xlink"\r
7 xmlns:x="http://ns.adobe.com/Extensibility/1.0/" \r
8 xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" \r
9 xmlns:graph="http://ns.adobe.com/Graphs/1.0/" \r
10 xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" >\r
11 <xsl:output indent="yes"/>\r
12         <xsl:template match="/">\r
13                         <xsl:apply-templates />\r
14         </xsl:template>\r
15         <xsl:template match="*">\r
16                 <xsl:copy>\r
17                 <xsl:apply-templates select="@*|node()|text"/>\r
18                 </xsl:copy>\r
19         </xsl:template>\r
20         <xsl:template match="@*">\r
21                 <xsl:copy/>\r
22         </xsl:template>\r
23         <xsl:template match="i:*|@i:*|x:*|@x:*|graph:*|@graph:*|a:*|@a:*">\r
24         </xsl:template>\r
25 </xsl:stylesheet>