|
[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Transforming XML to HTML browser side
- To: <xml-dev@l...>
- Subject: Transforming XML to HTML browser side
- From: "Francois Liot" <fliot@k...>
- Date: Mon, 13 May 2002 12:45:41 +0200
- Thread-index: AcH6a1PrNCRRHrODQ5C6v62KPgT74g==
- Thread-topic: Transforming XML to HTML browser side
Hello,
With IE it's simple
to use XSLT processing though Javascript (+ MSXML)
The IE method is
:
<script
type="text/javascript"> // Load XML var xml = new
ActiveXObject("Microsoft.XMLDOM") xml.async =
false xml.load("cdcatalog.xml")
// Load the XSL var xsl = new
ActiveXObject("Microsoft.XMLDOM") xsl.async =
false xsl.load("cdcatalog.xsl")
//
Transform document.write(xml.transformNode(xsl)) </script>
It offers a very
flexible way to desing interface with on-the-fly reuse of XML
data....
Does it exist such
method for Netscape/Mozilla (on versions were XSLT processing is not a problem
of course...)
Thanks.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
 |
| Atom 0.3 |
 |
| |
Stylus Studio has published XML-DEV in RSS and ATOM formats,
enabling users to easily subcribe to the list from their preferred news reader application.
|
Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website.
they were not included by the author in the initial post. To view the content without the Sponsor Links please
click here.
|
|