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]

RE: Creating WML anchors using XSL


> 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


Just use a attribute value template:

<a href="articles.asp?filename={@filename}">
  <xsl:value-of select="title"/>
</a>


Ben


 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]