XML Stylesheet

Hi, i was doing an addon on “Kirupa Newsticker” located at this [link].
However, I’m new to XML and have little knowledge scripting XML.

What I’m trying to do is, I’m trying to make a “View All” news entries that will link to the news.xml file itself and will display all the entries.

So this is an example of my XML file:


<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="news.xsl"?>
<images>
    <item>
        <news>News #1 - Posted on: 30 Aug 2007 @ 11:00PM</news>
        <url>news16.html</url>
    </item>
</images>

It appears that when i create a stylesheet, news.xsl, i can’t do this:

[COLOR=Blue]<a href="[/COLOR][COLOR=Red]<xsl:value-of select=‘url’ />[/COLOR][COLOR=Blue]"[/COLOR][COLOR=Blue]>[/COLOR][COLOR=Red]<xsl:value-of select=“news” />[/COLOR][COLOR=Blue]</a>

[COLOR=Black]Is the code possible to create on xsl? If so, please kindly teach me.
Thanks in advanced.[/COLOR]

[/COLOR]