|
Home > Online Product Documentation > Table of Contents > xsl:attribute xsl:attributeCreates an attribute. Format
Description
You can specify the
In a stylesheet element that creates a result element, the
The prefix part of the
The XSLT processor interprets the
The result of instantiating the content of the
If you add an attribute to an element and that element already has an attribute with the same expanded name, the attribute you are creating replaces the existing attribute. Example
If this instruction is inside a
The XSLT processor reports an error if you try to do any of the following: |
XML Editing Views
Stylus Studio includes three synchronized XML editing views: Text View, Tree View, and Grid View, allowing you to work with and edit XML documents in whatever way suits you best.
XSLT Debugger
Stylus Studio's XSLT debugger - a requirement for building bug-free XSLT stylesheets and XML data transformation applications. Stylus Studio's XSLT debugger gives you complete visibility and control over the XSLT transformation process.
Translating EDIFACT Documents to XML
The EDIFACT to XML Converter is a primary component of the adapter library. The XML that is generated is well commented and indented, and can be used anywhere XML is normally used — with XML Schemas, XQuery, XSLT, and so on.
SQL/XML Tutorial
Many developers need to be able to write applications that work for databases from multiple vendors. This SQL/XML Tutorial refers to SQL/XML, XQuery, and Native XML Programming Languages to do just that.