Re: How to declare a param which name is in a XML file?

Subject: Re: How to declare a param which name is in a XML file?
From: Gilles Durys <Gilles.Durys@xxxxxxxxxxxxxx>
Date: Thu, 26 Oct 2000 16:02:12 +0200
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@xxxxxxxxxxxxxx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread