Creating HTML tags through XSL.

prasadm at crt.com prasadm at crt.com
Fri Jan 28 22:51:35 GMT 2000


Hi folks,

Asking for help once again. Has anyone been successful in creating HTML
tags through XSL. What really my problem is we have an XML document of
say 100 records. Now I want to split them up into 10 layers/div's containing
10 rows
in each page. I want to create something like this.

<xsl:template match="ROW">
    &lt; /TABLE &gt;
    &lt; /FORM &gt;
<xsl:apply-templates/>
</xsl:template>

The above XSL should generate for me the tags 
</TABLE></FORM> as part of the html doc being created. But instead 
these tags appear on the browser. Is there anyway to force these tags
to be part of the html doc. or Is it not possible at all?

Thanks,

Prasad M
Home:- 	630-595-0642
Work:-	312-974-6543
prasadm at crt.com <mailto:prasadm at crt.com> 



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Unsubscribe by posting to majordom at ic.ac.uk the message
unsubscribe xml-dev  (or)
unsubscribe xml-dev your-subscribed-email at your-subscribed-address

Please note: New list subscriptions now closed in preparation for transfer to OASIS.





More information about the Xml-dev mailing list