Gilles Dodinet wrote: > im trying to transform some documents with jelly:jsl in order to > modify the attributes of a specific element ('item'), the rest of the > document remaining unchanged. so i have something like that in my jsl > file : > > > > > > > > > the problem i face is that for elements different than 'item', > attributes are outputed as text as shown below : > > menu_1 <<===== here's the error > <<=== no error for item > transformation > i "solved" this problem by adding a template on text nodes and doing this