What is xml?
A xml o0r extensible
markup language is a language for describing data structures.
nearly all major browser support XML and XSLT
[Creating a new xml page]
Coding in XML is a large subject to learn more see:
[XML Knowledgebase].
What is XSL?
XSl describes how xml data is to be displayed in a
web browser. Since XML can can be arbritary the broswer
has no method to know how to display or organize
the data. XSL associates specific XML tags with set
styles.
What is the difference between XSl and XSLT?
XSLT is a simply a XSL transformation that is a style
designed for and XML tag that is transformed into a an
object that the broswer considers a single readable item
that it can display.
What is XSLT?
XSLT or extensible stylesheet language transformation
is a language for transforming XML documents. It is
more sophisitcated that CSS as it has the ability to.....
Common application of XML in dreamweaver
[Creating a simple rss feed]
[Attaching a external CSS style sheet to a rss page]
[Creating a XSL template ]
[Attaching a XSLT sheet to a XML document]
[converting a HTML page to a XSLT]
[Displaying XML data in a webpage]
Limitations and Problems Associated
with XML
- Requires javascript to run
- Not all all browsers support client side XS
|