On Wednesday 19 March 2003 08:30, Richard George (QMP) wrote: > I now want to extend it so that I can select multiple names in the > register, the names being passed in on the command line. However, as the > number of names for any one call is unknown I can not just add lots of > PARAMs. In effect I want to do the following: > > testXSLT -PARAM Missing "@name = 'Fred' or @name = 'John'" -IN register.xml > -XSL registerParse.xsl
I'm just a beginner but from what I've seen the following might work : testXSLT -PARAM Missing "'Fred'|'John'" -IN register.xml -XSL registerParse.xsl CPH
