XML Articles by Darla Ferrara
XML Tutorial - The Declaration and Root Element
XML Tutorial that explains some of the basic rules of writing in XML. Learn to create a well-formed document using XML as a storage component for data.
XML Tutorial - Attributes and Special Characters
XML Tutorial that explains the basic rules of writing in XML. Learn to create a well-formed document using XML as a storage component for data.
Review of Oxygen XML Editor
Review of the Oxygen XML Editor package including a brief product description, functions, pros, cons and who will benefit most from this editor.
XML Tutorial - Adding Child Elements
XML Tutorial that explains the basic rules of writing in XML. Learn to create a well-formed document using XML as a storage component for data.
XML Tutorial - Adding Data Strings and Comments
XML Tutorial that explains the basic rules of writing in XML. Learn to create a well-formed document using XML as a storage component for data.
How to Understand the Role of XML in Website Design
Four basic reasons XML works well in the design of web pages. The ease, readability, content application and design functionality make XML a powerful design tool for those looking to start a career in website design.
How to Write a Proper Declaration Statement for XML
Tutorial on how to write a proper declaration statement for XML. Explains the three components that make up a proper declaration statement for XML. Includes examples of version, encoding and the standalone sections of the proper XML declaration statement.
What is an XML Schema?
A brief description of the XML schema or XSD file. Describes the XML schema and it use as a blueprint for an XML document. Provides a comparison of schema versus the DTD.
How to Write Your First XML Schema
A step-by-step tutorial explaining in detail the sections involved in writing your first XML schema. Stepping through the process of creating your first XML schema with sample code and term definitions.
How to Pick an Element Type – Complex or Simple?
An explanation of the XML schema XML element types simple and complex. A step-by-step XML schema tutorial explaining in detail the sections involved in writing your first schema. Stepping through the process of creating your first XML schema with sample code and term definitions.
How to Break Down a Simple Element by Data Type
An explanation of the XML schema XML simple element data types. A step-by-step XML schema tutorial explaining in detail the sections involved in writing your first schema. Stepping through the process of creating your first XML schema with sample code and term definitions
How to Break Down a Complex Element in an XML Schema
An explanation of the XML schema and how to write a complex element in a schema. A step-by-step XML schema tutorial explaining in detail the sections involved in writing your first schema. Stepping through the process of creating your first XML schema with sample code and term definitions.
The Dos and Don'ts of an Attribute in an XML Schema
An explanation of the XML schema and attributes. A step-by-step XML schema tutorial explaining in detail the sections involved in writing your first schema. Stepping through the process of creating your first XML schema with sample code and term definitions.
How to Put It All Together in a Basic XML Schema
An explanation of the XML schema and attributes. A step-by-step XML schema tutorial explaining in detail the sections involved in writing your first schema. Stepping through the process of creating your first XML schema with sample code and term definitions.
How to Create XML for an RSS Feed
An explanation of how to create XML for an RSS feed. A step-by-step XML tutorial explaining in detail the XML required for an RSS feed with sample code.
How to Understand Family Relationships in XML Path Language (XPath)
A tutorial on developing XPath for XML. A description of XPath terminology and the family relationships for path expressions in XPath with sample code and definitions.
Answering Common Questions About XPath
A tutorial on developing XPath for XML. Answering common questions about path expressions in XPath with sample code and definitions.
XML Namespaces - A Closer Look
A look at XML namespaces and assigning a URI to an element tags. A tutorial that uses XML sample code to explain the function of XML namespaces.
What is the Purpose of XSLT?
A definition of XSLT and the advantage of using this language. A look at the evolution of XML and the creation of XSLT.
What is the Impact of AJAX on Your Life?
A article that explains the impact and application of Asyncronous JavaScript and XML (AJAX). A discussion of the technology and use of AJAX on web pages. An explanation of the acronym AJAX.
How to Transform XML - XSLT Tutorial
Learn how to use XSLT to transform your XML documents. An XSLT tutorial with sample code and descriptions.
Setting Up an XSLT Output Stream – XSLT Tutorial
An XSLT tutorial that explains the transformation of XML data into a interpretable output stream. A tutorial that provides step-by-step instruction to write XSLT output code. Part two of the series for Breaking Down XSLT.
How to Use the Value-of Element in XSLT – XSLT Tutorial
An XSLT tutorial that explains the transformation of XML data into a interpretable output stream. A tutorial that provides step-by-step instruction to write XSLT output code. Part three of the series for Breaking Down XSLT.
How to Use the For-each Element in XSLT - XSLT Tutorial
An XSLT tutorial that explains the transformation of XML data into a interpretable output stream. A tutorial that provides step-by-step instruction to write XSLT output code. Part four of the series for Breaking Down XSLT.
How to Filter XML Data in XSLT - XSLT Tutorial
An XSLT tutorial that explains the transformation of XML data into a interpretable output stream. A tutorial that provides step-by-step instruction to write XSLT output code. Part five of the series for Breaking Down XSLT.
How to Connect XML Data Files to XSLT Style Sheets - XSLT Tutorial
An XSLT tutorial that explains the transformation of XML data into a interpretable output stream. A tutorial that provides step-by-step instruction to write XSLT output code. Part six of the series for Breaking Down XSLT.
Key Phrases to Know for XSLT - XSLT Tutorial
An XSLT tutorial that explains the transformation of XML data into a interpretable output stream. A tutorial that provides step-by-step instruction to write XSLT output code. The seventh and final article of the series for Breaking Down XSLT.
FOXE - First Objective XML Editor
FOXE - First Objective XML Editor
What is XLink?
A tutorial that explains the function and syntax of XLink. Part one of a two part series that identifies XLink and explains how to use it to create hyperlinks in XML. Article includes sample code and definitions.
Free XML Editors
In the land of design, free programs are limited, and reliable applications can get pricey. This is true for almost anything you want to do on a computer. So when the opportunity presents to take advantage of free, you should get while you can. Let s examines some of the offerings by Syntext, Microsoft and First Objective for building ...
How to Write Simple XLink
A tutorial that explains the function and syntax of XLink. Part two of a two part series that identifies XLink and explains how to use it to create hyperlinks in XML. Article includes sample code and definitions.
What is the Difference Between XLink and XPointer?
A comparison of XLink and XPointer. The article explains the difference between the two XML languages and provides sample code of both.
What is DocBook?
An explanation of the XML language DocBook. A article discussing the design qualities and uses for DocBook that includes standard application and a general description of the XML language DocBook.
What is the XML DOM?
A description of the XML Document Object Model (DOM). A discussion of the XML DOM structure and purpose.
Common XML Errors
Five common mistakes made in XML documents. A list of five common errors made when designing an XML document with explanations of problems and solutions.
What is Extensible Stylesheet Language Formatting Objects (XSL-FO)?
A definition and explanation of XSL-FO. A detailing of the purpose of XSL-FO including the declaration statement and namespace information. Part one of the Understanding XSL-FO series.
What is the XML Language XQuery?
A definition of XQuery for XML. An article that explains the basic function and uses of the XML query language XQuery.
Breaking Down the Regions of XSL-FO Formatting
A tutorial of XSL-FO design including regions and blocks. A detailed explanation of regions, nesting and flow when creating XSL-FO formatting pages.
Document Type Definition (DTD)
A definition of a DTD. This article explains the basic definition of a document type definition file as well as links to sample code and more detailed articles.
How to Set up Elements for XSL-FO
A definition and explanation elements in XSL-FO. A detailing of the purpose of XSL-FO including the structure, namespace and element information. Part three of the Understanding XSL-FO series.
How to Set up Margins in XSL-FO Documents
A tutorial of XSL-FO design including regions and blocks. A detailed explanation of establishing margins for page templates and region when creating XSL-FO formatting pages.
What is XPointer?
A description of the XML Pointer Language (XPointer). A brief summary of XPointer with a description and general use information.
How to Write the Page Sequences for XSL-FO
A tutorial of XSL-FO design including page-sequence, layout-master-set and blocks. A detailed explanation of page-sequence and flow when creating XSL-FO formatting pages.
Extensible Markup Language (XML)
A discussion of XML and the purpose of this markup language. An article that provides a brief summary definition of the Extensible Markup Language(XML) with links to XML tutorials.
XML Language and Structures Glossary
A listing of XML languages and structures that links to full definitions and tutorials on each separate component. An article that displays vital...
XML Glossary of Important Terms
XML is one of the most simplistic computer languages around. It allows the writer to build their own element tags and lacks the complex syntax of other languages. XML is by design a storage container for data. By itself, it does nothing and displays on the Internet as a text file. In order to create a clear and properly designed webpage...
How to Write Blocks in XSL-FO
A tutorial of XSL-FO design including blocks, flow and page-sequence. A detailed explanation of block sections and attributes within XSL-FO formatting pages.
Glossary of Terms for XSL-FO
Glossary of Terms for XSL-FO
What is XForms?
A description of XForms and its uses. A brief definition of XForms along with application and uses, including links to articles and prerequisites.
XML Processing Terminology
List of terms used for processing XML code. Definitions of a parser, validator, document, editors and DOM as they pertain to XML.
How to Write Your First XML Document
A tutorial about creating a file in XML with sample code. This article writes a simple XML file for inventory and provides step-by-step instruction.
How to Write Your First XML Document with Attributes
A tutorial that describes how to create an XML file and add attributes. The article discusses the use of attributes in XML and the relationship with formatting.
What is the Relationship between XSL, XSLT and XSL-FO?
A description of XML style sheets and specifically XSL, XSLT and XSL-FO. This article discusses the need for style sheets and what each format will do, complete with definitions and links to tutorials.
How Do I Choose between XSLT and XSL-FO?
A description of the uses for XSLT and XSL-FO. This article explains how XSLT and XSL-FO work together to create pages for web viewing and print media.
XML Schema Tutorials
XML schema ( XSD ) is a road map for a processor that explains the validation rules for an XML document. Schema is similar to a DTD except written with XML syntax. When a processor encounters an XML file, it is not sure what to do with it. It requires an inline or linked document to give it direction. In the past, that was done with a DTD...
A List of Available Articles about XSL-FO
Extensible Stylesheet Language Formatting Object (XSL-FO) provides a way to format XML data for screen views or printed material. An XSL-FO file combines the formatting information with the physical data in the core XML file. It marries the two together in a new file with a template and the actual data from the XML document. This allows an author to plan how a page looks, how the data will appear on the page and how this information will look in print.
Extensible Stylesheet Language Transformations (XSLT) is an XML language the transforms XML into a different file. When you load an XML file to the Internet, it will appear as basic text to viewers. XML was originally meant to be a repository of information that designers could change easily. This made updating information a breeze. The challenge is to take that data and create something formatted for website presentation. XSLT will take the core data and present it in a viewable format. It ‘transforms’ the information found in the XML file to a markup language, such as HTML or XHTML.
About.com offers informational articles about the Extensible Markup Language (XML) that give you background as well as provide ideas on how to use the files. XML is a simplistic language that separates data from formatting to create manageable and dynamic websites.
A Look at Electronic Publication (EPUB)
This article discusses the purpose,format and uses of XML in e-book publishing. A closer look at developing EPUB documents.
XML Library – Tutorials
A listing of XML tutorials available on About.com with links and brief descriptions. Featured articles offer lessons in declaration statements, root elements, child elements and attributes.
EPUB versus PDF -The Pros and Cons for E-Publishing
This article takes a look at the advantages and disadvantages of e-publishing formats. Definitions and reviews of PDF and EPUB as they relate to e-books and e-publishing.
What are the Sections of an EPUB File?
This article breaks down the section required for an EPUB file. A discussion of the various sections used for electronic publishing (EPUB).
Review of Calibre - EPUB Conversion Software
A review of the ebook book management software, Calibre. Calibre offers ways to convert established digital books or bestsellers to be into EPUB format for digital readers.
The Basics of Creating the OEBPS Folder for EPUB
This article breaks down the contents of an important EPUB section, OEBPS. A look at what is necessary to create a proper OEBPS folder for EPUB.
Free EPUB Editors and Converters
A list of free options to create EPUB documents for ebook publishing. This article highlights some of the software options available for EPUB documents.
What is the EPUB Mimetype File?
A definition of the mimetype file for EPUB documents. This articles takes you step-by-step through writing your first mimetype file for an EPUB document and digital book.
What is EPUB META-INF?
A description of the META-INF section in an EPUB document. Electronic Publication (EPUB) requires three distinct sections. This article describes the META-INF folder in the EPUB file.
How to Write the Container.xml File for EPUB
A tutorial on creating the container.xml file for EPUB documents. A step-by-step instructional for creating META-INF and the container.xml file for EPUB with source code and examples.
XML Definitions, Declaration Statement and Root Element
A synopsis of lessons that will teach you the fundamentals of XML. This is a group of tutorials and informational articles that will guide you step-by-step through the XML language.
What is ebXML - What Does ebXML Do
This article discusses e-business as it relates to XML. A definition of the ebXML project and its use for Internet business and communication.
XML Declaration Statement and Child Elements
Lesson number two for XML explains the sections of a declaration statement and how to develop child elements. This lesson looks at the optional attributes for a declaration statement. It explains the art of creating well-formed child elements.
Adding Information to Your XML – Data Strings and Comments
This lesson covers adding data strings and comment tags to XML. This is the third lesson in XML that explains the syntax and use of data strings and comments tags.
Adding Attributes to Your XML and Understanding Special Characters
A synopsis of lessons that will teach you the fundamentals of XML. This is a group of tutorials and informational articles that will guide you step-by-step through the XML language. This synopsis cover attributes and special characters in XML.
XML Formatting – How to Put XML Data on a Web Page
A synopsis of lessons that will teach you how to format XML. This is a group of tutorials and informational articles that will guide you step-by-step through the creating formatting files for the XML language.
How to Display XML on a Web Page
An article that shows how to display XML with a style sheet. This article discusses how to create a web page using CSS and XML.
How to Write a Schema for XML – XSD Validation Files for XML
A synopsis of lessons that will teach you the fundamentals of XML schema. This is a group of tutorials and informational articles that will guide you step-by-step through XSD files with elements and data types definitions.
Namespaces – What They Do and How They Work
A synopsis of lessons that will teach you the basics of a namespace. This is a group of tutorials and informational articles that will guide you step-by-step through the creating namespaces for XML files.
What is Representational State Transfer (REST)
What is Representational State Transfer (REST)
Formatting XML with a Cascading Style Sheet (CSS)
Formatting files, like CSS, make or break XML code. CSS is a fast and easy way to create a look for your XML code.
Questions About Really Simple Syndication – RSS F.A.Q.
Tackling RSS usually leaves people with questions about Really Simple Syndication. This article answers some basic questions about RSS and the components that comprise this essential marketing tool.
Legal Side of RSS Feeds – RSS Copyright
What is the legal side of RSS feeds and how do copyright fit in. A discussion of the legal issues behind RSS feeds and how to protect your content.
Explaining the Document Type Definition (DTD)
Explaining the Document Type Definition (DTD)
RSS Glossary – Important Terms Regarding Really Simple Syndication
RSS is a marketing tool that helps keep readers up-to-date on your pages. This glossary defines some vital RSS Terminology.
What is Atom Syndication Format (Atom)
What is Atom Syndication Format (Atom)
Why Should You Use XML – Five Basic Reasons
Need 5 reasons to use XML ? Take a look at some advantages to the markup language XML.
What are XML Elements and How Do You Create Them
Creating elements in XML allows you flexibility to be creative. When writing XML, you create the element tags that define your data. Learn the basics of element design in XML.
Learn How to Use RSS with Tutorials
If you want to know more about creating RSS feeds, you can find the answers here. About.com Web Design/HTML offers a number of RSS tutorials that will help drive traffic to your blog or website.
What are Some Advanced Ways to Use XML
XML has not been ignored by designers who create some of the advanced technologies found on in the modern-day world of internet design. Review some of the articles that highlight how the movers and shakers on the internet make use of XML.
What is XBRL
Extensible Business Reporting Language (XBRL) is a system for companies to submit financial statements electronically. In 2011, the SEC switched EDGAR over to an XBRL platform.
How to Format RSS – Adding Style to a Feed
Is it possible to add styling to RSS feeds? Learn how to use CSS, or cascading style sheet, with your XML file for Really Simple Syndication.
What is Resource Description Framework (RDF)
Resource Description Framework(RDF) is a system that uses XML to organize and define web resources. Learn the purpose and basic structure of RDF and how it fits into the world of XML.
XML Parsers - Validating Vs. Non-Validating
XML parsers are tools the help your ensure the code is well-formed. Parsers come in two flavors, validating and non-validating.
List of Free Validating XML Parsers
Validating XML parsers are disappearing. Look at some the free parsers still available the offer validating for XML code.
What is SVG
Scalable vector graphics are coming into their own with the release of Internet Explorer 9. Learn more about this XML based design to create 2-D images.
XML and Voice-Web Applications - What is VXML
Voice Extensible Markup Language or voiceXML is the file format used by a voice browser. To understand more about VXML, you must learn a few related terms.
Adding XML Attributes to SVG
Understanding attributes is the heart of learning to use scalable vector graphics (SVG). Attributes can also be the toughest things to learn and understand.
How to Create a Polygon in SVG
SVG polygon tutorial provides step-by-step instruction to make a polygon vector graphic using XML and scalable vector graphics. Article includes usable sample code for the shape.
SVG Path Attributes to Draw a Freehand Shape
SVG path attributes for a freehand shape tutorial. This is an explanation of the attributes you use to draw a freehand shape in SVG. Path works differently than other shape elements. To learn to utilize path, you must understand the attributes.
How to Create a Polyline in SVG
SVG polyline tutorial that provide step-by-step instruction to make a circle vector graphic using XML and scalable vector graphic. Article includes usable sample code for the shape.
Drawing a Simple Line with SVG
SVG line tutorial that provides step-by-step instruction to make a simple line vector graphic using XML and SVG. Article includes usable sample code for the shape.
How to Use Path in SVG
SVG path tutorial that explains how to create a freehand image using SVG and XML. This articles takes you through some of the steps necessary to work with SVG and the path shape element.
About SVG Color Attributes
SVG color attributes are a vital component creating shapes with XML. Scalable vector graphics give you several options for assigning colors to your SVG shapes, including names, rgb and hexadecimal values.
How to Create a Rectangle in SVG
SVG rectangle tutorial provides step-by-step instruction to make a rectangle vector graphic using XML and scalable vector graphic. Article includes usable sample code for the shape.
How to Create a Circle in SVG
SVG circle tutorial that provide step-by-step instruction to make a circle vector graphic using XML and scalable vector graphic. Article includes usable sample code for the shape.
How to Create Linear Gradients Colors in SVG and XML
SVG linear gradients add color and dimension to your XML graphic. Learn the steps to making interesting shapes using XML and SVG.
How to Create Radial Gradient in SVG and XML
SVG radial gradients allow you to add flair to a vector image created with XML. Learn how to design SVG images and ways to add color fill.
SVG Gradients Terms to Know
SVG gradient glossary of terms for linear and radial patterns. Use this as a reference when creating SVG gradients.
Beginning SVG – Creating Lines
SVG provides a way to use XML to create vector shapes. This includes three separate types of line. Review the available SVG line tutorials as well as source code.
Beginning SVG – Creating Shapes
Creating shapes with SVG is the first stage of drawing vector graphics with XML. Scalable vector graphics use the basic syntax of XML, but utilize static elements. Learn how to design each of the available shapes in SVG>
When to Use the Defs Element in SVG
Defs is one of the most crucial tags you will use in SVG. It supplies a container for directions on how you want the vector graphic to look. Understanding defs is just one step in learning the advanced effects for scalable vector graphics.
Viewbox Attribute in SVG
Creating a view box in SVG allows you to limit the area seen by the reader. View box is a way to crop or zoom in on an image.
Why Use SVG - What are the Advantages
Why choose SVG over standard image formats? Because the Internet is going to change and SVG will be part of that process. There are advantages to learning SVG now.
What Does It Mean When You Paint in SVG
Painting in SVG will bring color into your virtual world. The attributes for painting a SVG shape are ones you will use with every file.
Units System for SVG Patterns
Creating patterns unit in SVG allows you to repeat objects to fill the inside of a shape. One difficult concept when building patterns is how to define the units systems for each object.
SVG Patterns - Determining the Correct Unit Attributes
SVG patterns require you to determine the unit attributes necessary to avoid distorting you shapes. By using the right selection of attributes, you make the pattern fit the shape.
Grouping Element Shapes in SVG
SVG shape element grouping allows you to create a container for all the pieces that make up one image. Learn to use the g element in SVG.
SVG Transformation Elements
SVG transformation elements allow you to create movement within your graphic. The first step in that process is the transform attribute.
How to Use the Transform Attribute in SVG
Using the SVG transform attribute allows you to call a function to create animation. Transform is the piece that begins each transformation process.
How to Use Translate in SVG
To use translate in SVG transformations you must define the number of pixels your shape will move. This is done with the transform attribute and the translate function.
How to Use Scale in SVG
SVG scale function tutorial walks you through the syntax properties to change the size of an image. SVG creates vector graphics using an XML based system and scale works to help size the structure.
How to Rotate in SVG
The SVG rotate function tutorial walks you step-by-step through the application of rotate. SVG is an XML based language that create vector graphs and rotate changes the angle of the image.
What is SMIL
If you are interested in SVG animation, you need to learn more about Synchronized Multimedia Integration Language (SMIL). By itself, SVG cannot provide animation. It is with the help of SMIL, that you can create movement for your vector graphics.
Electronic Publication or EPUB - Informational Articles
EPUB is a one way to take your book and make it available to mobile devices such as smartphones and eReaders. Take a look at the EPUB information library for some informative pieces that promise to teach you more about the road to digital publishing.
Should You Use SMIL or JavaScript for SVG Animation
Should you use SMIL or JavaScript for SVG animation? This is a question you will probably ask yourself often when learning to create moving images in SVG.
How to Apply Skew in SVG
SVG tutorial that helps you lean how to apply skew. Skew is the transformation function that allows you to change the angle of a shape along the X and Y axis.
Difference Between Transformation and Animation
Two process that might confuse you when working in SVG is transformation and animation. Learn the difference between SVG transformation and animation and how they are similar.
Getting to Know SVG
Lessons in SVG - lesson 1 covers the definition and history of scalable vector graphics. SVG offer advantages hard to find when creating images for a website. The first lesson explains why SVG is valuable and how the graphing system works.
Drawing a Simple Line, Rectangle and Polygon
Lessons in SVG - lesson 2 teaches you how create some basic shapes. Using these tutorials, you will learn how to draw a simple line, rectangle and polygon in SVG. This session also covers the use of color attributes in the design of your image.
Drawing Circular Shapes
Lessons in SVG - lesson 3 covers closed circles. Creating a circle adds a variable you have not seen before, the radius. With a perfect circle, you need to determine one radius. An ellipse requires two radius coordinates to build a circular shape that is not perfectly round.
Drawing Complex Lines
Lessons in SVG - Lesson 4 teaches you how to draw complex lines. This class covers creating lines to bend and curve. Elements covered include line, polyline and path.
How to Use Transformation Elements
Lessons in SVG - Lesson 9 walks you through using the transformation elements. This class teaches the basics of transform, translate, scale, rotate and skew.
How to Create a Simple SMIL file
Create a Simple SMIL file - SMIL Tutorial explains the basics of Synchronized Multimedia Integration Language. SMIL is an XML-based format that controls the layout, timing and source elements of audiovisual presentations. SMIL works in conjunction with SVG to create animation.
Using Filters and Text in SVG
Lessons in SVG - Lesson 10 cover using filters and primarily Gaussian blur. Filters offer a way to change an image that is not available through transformation. This session also covers adding text to your SVG image.
What is eLML
What is eLesson Markup Language (eLML) explains the history and structure of this Internet tool. eLML is a XML framework for designing online educational tools and classes.
The Different Forms of Animate in SVG
Learn the different forms of animate for SVG animation effects. Creating motion in your SVG graphics will make them dynamic. The process starts with one of four animate elements.
Set Element in SVG Animation
SVG Set Element Tutorial walks you through the steps of creating an animation using the set element. Set performs an animation suddenly not gradually.
What are RDF Triples
In this article Darla covers the basics of creating descriptions for the resource definition framework. RDF triples provide facts about an item using an XML format.
SVG Animation Library
The SVG animation article library lists tutorials that can help you under the process of animation.
What is XSL Stylesheet
Learn the definition of the xsl stylesheet element and how to use it when creating your transformation document.
What is XSL Transform
Learn the definition for the XSL transform element, one possible root for an XSLT document.
What is XSL Template
Learn the definition of the XSL template element used in XSLT formatting documents.
What is XSL Apply-Templates
Learn the definition of the XSL apply-templates element. Templates work within a XSLT document to apply formatting rules to XML data.
What is XSL Element
XSL:Element Definition explains how to build a new node in your XSLT output stream. This is useful when trying to manipulate the XML data during the transformation.
What is XSL Copy
Learn the definition of the xsl:copy element and how to use it when creating XSLT pages. This tutorial offers sample code and step-by-step instructions.
What is XSL Import
Learn the definition of the XSL import element used in XSLT formatting documents. Import allows you to combine multiple style sheets in XSLT.
What is XSL Apply-Imports
Learn the definition of the XSL apply-imports element used in XSLT formatting documents. Import allows you to combine multiple style sheets on one page.
What is XSL Fallback
Learn the definition of the XSL fallback element used in XSLT formatting documents. Fallback provides an alternate route for the parser when it fails to recognize the parent tag.
