DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25070>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25070

Can not access variables inside of xsl:element





------- Additional Comments From [EMAIL PROTECTED]  2003-11-28 18:20 -------
Can you please post a complete stylesheet and input file.

I tried your code with the following input file using the latest CVS code:

<?xml version='1.0'?>
<root>
        <item>aaa###xxx</item>
        <item>bbb###yyy</item>
        <item>ccc###zzz</item>          
</root>

and I get:
<?xml version="1.0" encoding="UTF-8"?>
aaa<option value="aaa"/>bbb<option value="bbb"/>ccc<option value="ccc"/>

Reply via email to