Creating WML anchors using XSL

Subject: Creating WML anchors using XSL
From: Peter Bates <pnb198@xxxxxxxxxxxxxxx>
Date: Mon, 14 Aug 2000 15:36:24 +0100 (BST)
Hello,
I have an XML newsfeed: one xml files indexes seperate article files:

The index file is in the format:

<index>
  <article filename="article1.xml">
     <title>
     article 1 title
     </title>
  </article>
</index>

What I have been trying to create is an anchor that will post the filename
to an asp file that parses the specific. So in effect this would be a link
with target: articles.asp?filename=article1.xml

The extra fun involved is that this is for wml output rather than html,
but i have no problems parsing the articles; only creating the hyperlinks.

Any ideas would be very useful!
Many thanks, Peter.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread