Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.9K
~296 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for aarya

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.... …

Member Avatar for inkrajesh
0
107
Member Avatar for Gody

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]> …

Member Avatar for inkrajesh
0
189

The End.