This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Creating WML anchors using XSL


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]