RenderXML templates

Introduction

In this section, we describe some commands that are available only in RenderXML mode.

Basic emitting commands

  • {{ attrib identifier }}: Emits the contents of the attribute named by the "identifier", within a "renderinfo" stylesheet, mangling any characters that need XML mangling.

  • {{ attribnomangle identifier }}: Emits the contents of the attribute named by the "identifier", within a "renderinfo" stylesheet, without XML mangling.

  • {{ copyattribs }}: Copy all attribute names and their values into the output, as though copying the element's attributes into a new XML document. That is, each copied attribute follows the pattern ' attribname="attribvalue"', mangling any characters in the attribvalue that need XML mangling. This can only be used in a renderinfo stylesheet, not a fetchinfo stylesheet.


Previous:RenderXML
Up:RenderXML
Next:RenderXML stylesheet inheritance