HI,
i want to generate html file from xml and xslt documnet using java...pls,,,

Recommended Answers

All 2 Replies

  1. Open XML first as it will tell you which XSLT/XSL it is using as it's "cascading style sheet"
    <?xml-stylesheet type="text/xsl" href="DOCUMENT_NAME.xsl"?>
  2. Read XSLT and read the nodes of XML as requested in XSLT
  3. Create HTML on the fly
  4. Save final document in desired destination

Google search on Java+XML+tutorial

  1. Open XML first as it will tell you which XSLT/XSL it is using as it's "cascading style sheet"
    <?xml-stylesheet type="text/xsl" href="DOCUMENT_NAME.xsl"?>
  2. Read XSLT and read the nodes of XML as requested in XSLT
  3. Create HTML on the fly
  4. Save final document in desired destination

Google search on Java+XML+tutorial

Thanks peter. I want to generate xml+xslt documents using java or jsp to HTML file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.