xml editor

   XML Editor
   XML Author
      DITA Editor
      DocBook Editor
      TEI Editor
      XHTML Editor
      Schema Editor
      XML Schema Editor
      RelaxNG Editor
   XQuery
   SVN Client
      Office Open XML
      XSL:FO Editor
      SVG Editor
      WSDL Editor
Supported platforms
Compatible with Windows7 & Mac OS X Snow Leopard
Ready for
data server software
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

Transforming XML to HTML browser side


  • To: <xml-dev@...>
  • Subject: Transforming XML to HTML browser side
  • From: "Francois Liot" <fliot@...>
  • 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.

Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2009 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>® XML Editor