<html><body>
<p>The "problem" is that I would like to use these <rx:metafield> so that the <b>same stylesheet </b>can be used by <b>different user</b><b>s</b> with different xml files <b>without any changes</b> <br>
<br>
For example the "value" of the metafield "author" would get the content of the <font color="#008000">@"State"</font> <br>
in the following xml file<br>
<e:eAIP xmlns:e="http://www.eurocontrol.int/xmlns/AIM/eAIP" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/1999/xhtml" <font color="#008000">State="France"</font>><br>
....<br>
</e:AIP><br>
<br>
as well as with the following one<br>
<br>
<e:eAIP xmlns:e="http://www.eurocontrol.int/xmlns/AIM/eAIP" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/1999/xhtml" <font color="#008000">State="Belgium and G.D. of Luxembourg"</font>><br>
.....<br>
</e:AIP><br>
<br>
Merci<br>
<br>
Régine<br>
<br>
</body></html>