| Subject: [xsl] How to process a list ? From: "John Rozier" <ROZIERJ@xxxxxxxxxxxxxxxx> Date: Thu, 07 Mar 2002 16:10:19 -0500 | 
Do you know how to process a list ? id=123,456,789 This how I would process one ID <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:param name="muid"/> <xsl:template match="/"> <xsl:output method="html"/> <PreMedlineCitationSet> <xsl:copy-of select="//MedlineCitation[MedlineID='$muid']" /> </PreMedlineCitationSet> </xsl:template> </xsl:stylesheet> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] How to get the value sele, Hunsberger, Peter | Thread | Re: [xsl] How to process a list ?, Joerg Heinicke | 
| Re: [xsl] How can I use external va, Joerg Heinicke | Date | [xsl] Place Input doctype-system an, John Rozier | 
| Month |