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: xsl:variable


Hi

The XSL template you have written works only if you
haven't got recursive tag.

For exemple, it doesn't work with:
    <div type="introduction">
    <head>Introduction</head>
    <pb/>
    
    <div type="partie">
    <p>Test
    </p>
    <pb/>
    </div>
    
    </div>

I am desperated.

Thanks
Sydney

___________________________________________________________
Do You Yahoo!?
Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr


 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]