Newbie: Need a little Help

admin

Administrator
Staff member
first of, hello everyone.

i am doing a project for school, and im having trouble getting the answers.

ok here goes.

1. i need to find out what time friends is on from the following xml page using an xslt:

<!-- m --><a class="postlink" href="http://test.sg-clan-uk.net/help/telly.xml">http://test.sg-clan-uk.net/help/telly.xml</a><!-- m -->

problem is, i have no idea how to do it, and im not allowed to use:

<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:htm="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="htm:td [@class='grid']/htm:b[text()='18:00']">
<xsl:text>
</xsl:text>
<xsl:value-of select="."/>
</xsl:template>


<xsl:template match="text()"/>
</xsl:stylesheet>


2. i need to get the description of what the episode is about on a seperate xslt.

3. i need to list the 8 shows in row 19.

i have no idea about this one

any help would be really appreciated
 
Back
Top