xsl:copy-of
Element information
Namespace: http://www.w3.org/1999/XSL/Transform
Schema document: XSLT.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: skip | from type xsl:anyType | |
select | [1..1] | xsl:expression | from group xsl:select-required |
Used in
- Anonymous type of element xsl:comment
- Anonymous type of element xsl:for-each
- Anonymous type of element xsl:processing-instruction
- Anonymous type of element xsl:template
- Group xsl:template
- Anonymous type of element xsl:copy via reference to xsl:template
- Anonymous type of element xsl:element via reference to xsl:template
- Anonymous type of element xsl:fallback via reference to xsl:template
- Anonymous type of element xsl:if via reference to xsl:template
- Anonymous type of element xsl:message via reference to xsl:template
- Anonymous type of element xsl:otherwise via reference to xsl:template
- Anonymous type of element xsl:when via reference to xsl:template
- Type xsl:attribute-type (Element xsl:attribute)
- Type xsl:variable via reference to xsl:template (Elements xsl:param, xsl:variable, xsl:with-param)
Substitution hierarchy
- xsl:instruction
- can be substituted with xsl:char-instruction
- can be substituted with xsl:copy-of
- can be substituted with xsl:char-instruction
Sample instance
<xsl:copy-of select="string">Any text</xsl:copy-of>