Jump to content

phoebe1023

Members
  • Posts

    3
  • Joined

  • Last visited

phoebe1023's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I need to transform a xml file name flightSchedule.xml into xhtml.below are the codes that i get from w3schools.org but i m not sure wat should i do to the codes.any1 please explain it to me?and if i save the coding, what files extension should i put? Transforming XML to XHTML in the BrowserHere is the source code needed to transform the XML file to XHTML on the client:<html><body><script type="text/javascript">// Load XML var xml = new ActiveXObject("Microsoft.XMLDOM")xml.async = falsexml.load("cdcatalog.xml")// Load XSLvar xsl = new ActiveXObject("Microsoft.XMLDOM")xsl.async = falsexsl.load("cdcatalog.xsl")// Transformdocument.write(xml.transformNode(xsl))</script></body></html>
  2. i need to insert image which is store in "My pictrues" in my computer.i need to insert in from xsl file, but i dont know how to write the code....any1 pls help me.... thanks a lotz
  3. i want to publish information of flight schedule using XSLT. i was told to write the document in XML first then transformed into XHTML. i need XML schema to ensure the validaty of XML document also.anyone can suggest me how to do it?i m just a begginer in XML and now i m lost and dont know where to start.... please help me.... thanks a lotz....
×
×
  • Create New...