No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi..arya.. HTML can only be used to display data in computer browsers....think of a situation where you have to display the same data in a Palm Top !!!!! So if you use XML there instead of HTML ...your new device will be able to understand it.. I hope it helps.... …
Hi Gody, You can use XSLT to format the pages like the way you want Refer to [URL="http://www.w3schools.com/xsl/default.asp"]http://www.w3schools.com/xsl/default.asp[/URL] and find the formatting. Remember to include the reference to your XSLT file you created in the xml The sample xslt file will be like this........... [COLOR=#0000ff]<?[/COLOR][COLOR=#800000]xml[/COLOR][COLOR=#ff0000]version[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]1.0[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#ff0000]encoding[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]iso-8859-1[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]?> <[/COLOR][COLOR=#008080]xsl:stylesheet[/COLOR][COLOR=#ff0000]version[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]1.0[/COLOR][COLOR=#000000]"[/COLOR] [COLOR=#ff0000]xmlns:xsl[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]http://www.w3.org/1999/XSL/Transform[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]> <[/COLOR][COLOR=#008080]xsl:template[/COLOR][COLOR=#ff0000]match[/COLOR][COLOR=#0000ff]=[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]/[/COLOR][COLOR=#000000]"[/COLOR][COLOR=#0000ff]> <[/COLOR][COLOR=#800000]html[/COLOR][COLOR=#0000ff]> <[/COLOR][COLOR=#800000]body[/COLOR][COLOR=#0000ff]> …
The End.
inkrajesh