This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/xslt/test.xsl.output
2022-12-04 16:25:25 +01:00

103 lines
2.8 KiB
XML
Generated

'<?xml version="1.0" encoding="utf-8"?>' Comment.Preproc
'\n' Text.Whitespace
'<xsl:stylesheet' Keyword
' ' Text.Whitespace
'version=' Name.Attribute
'"1.0"' Literal.String
' ' Text.Whitespace
'xmlns:xsl=' Name.Attribute
'"http://www.w3.org/1999/XSL/Transform"' Literal.String
'>' Name.Tag
'\n\t' Text.Whitespace
'<xsl:output' Keyword
' ' Text.Whitespace
'method=' Name.Attribute
'"xml"' Literal.String
'/>' Name.Tag
'\n\t' Text.Whitespace
'<xsl:template' Keyword
' ' Text.Whitespace
'match=' Name.Attribute
'"/"' Literal.String
'>' Name.Tag
'\n\t\t' Text.Whitespace
'<customers' Name.Tag
'>' Name.Tag
'\n\t\t\t' Text.Whitespace
'<xsl:apply-templates' Keyword
' ' Text.Whitespace
'select=' Name.Attribute
'"customers/customer[@Country=\'Germany\']"' Literal.String
'/>' Name.Tag
'\n\t\t' Text.Whitespace
'</customers>' Name.Tag
'\n\t' Text.Whitespace
'</xsl:template>' Keyword
'\n\t' Text.Whitespace
'<xsl:template' Keyword
' ' Text.Whitespace
'match=' Name.Attribute
'"customers"' Literal.String
'>' Name.Tag
'\n\t\t' Text.Whitespace
'<xsl:apply-templates' Keyword
'/>' Name.Tag
'\n\n\t' Text.Whitespace
'</xsl:template>' Keyword
'\n\t' Text.Whitespace
'<xsl:template' Keyword
' ' Text.Whitespace
'match=' Name.Attribute
'"customer"' Literal.String
'>' Name.Tag
'\n\t\t' Text.Whitespace
'<customer' Name.Tag
'>' Name.Tag
'\n\t\t\t' Text.Whitespace
'<xsl:attribute' Keyword
' ' Text.Whitespace
'name=' Name.Attribute
'"CompanyName"' Literal.String
'>' Name.Tag
'<xsl:value-of' Keyword
' ' Text.Whitespace
'select=' Name.Attribute
'"@CompanyName"' Literal.String
'/>' Name.Tag
'</xsl:attribute>' Keyword
'\n\t\t\t' Text.Whitespace
'<xsl:attribute' Keyword
' ' Text.Whitespace
'name=' Name.Attribute
'"CustomerID"' Literal.String
'>' Name.Tag
'<xsl:value-of' Keyword
' ' Text.Whitespace
'select=' Name.Attribute
'"@CustomerID"' Literal.String
'/>' Name.Tag
'</xsl:attribute>' Keyword
'\n\t\t\t' Text.Whitespace
'<xsl:attribute' Keyword
' ' Text.Whitespace
'name=' Name.Attribute
'"Country"' Literal.String
'>' Name.Tag
'<xsl:value-of' Keyword
' ' Text.Whitespace
'select=' Name.Attribute
'"@Country"' Literal.String
'/>' Name.Tag
'</xsl:attribute>' Keyword
'\n\t\t' Text.Whitespace
'</customer>' Name.Tag
'\n\t\t' Text.Whitespace
'<xsl:apply-templates' Keyword
'/>' Name.Tag
'\n\t' Text.Whitespace
'</xsl:template>' Keyword
'\n\n' Text.Whitespace
'</xsl:stylesheet>' Keyword
'\n' Text.Whitespace