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: How to declare a param which name is in a XML file?


Michael Hoffmann wrote:
> ok at first u should
> end ur param tags in ur xml file (i wonder u didnt get any errors here)
> 
> <parameters>
>   <param ident="param1"></param>
>   <param ident="param2"></param>
> </parameters>
or, as they are empty tags,
<parameters>
  <param ident="param1"/>
  <param ident="param2"/>
</parameters>
 

-- 
Gilles Durys
Gilles.Durys@nefy.ucl.ac.be


 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]