XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 10th, 2004, 06:16 AM
Karishma Karishma is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 2 Karishma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Lightbulb Battleships Game

I need to make an xml schema and stylesheet for the game, so far I have this:

<xsl:stylesheet
<xsl:template match="/">
<html>
<head>
<title>Battle Grid<title/>
</head>
<body>
<table border="2">
<tbody>
<tr>
<xsl:call-template name="header-row">
<xsl:with-param name="count" select="1"/>
</xsl:call-template>
</tr>


</tbody>
</table>
</body>
</html>
</xsl:template>
<xsl:template name="header-row">


<xsl: param name="count"/>
<xsl:if test="$count != 11">
<th>
<xsl:value-of select="$count"/>
</th>
<xsl:call-template name="header-row">
<xsl:with-param name="count" select="$count + 1"/>
</xsl:call-template>
</xsl:if>
</xsl:template>



</xsl:stylesheet>


what do you think...anything wrong with it, need help with it please! it is a project...and I am a Uni student.

Last edited by Karishma : May 10th, 2004 at 06:18 AM. Reason: for some reason there is a smyly in the code!

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > Battleships Game


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT