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=24518>.
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=24518

xsltc:Cannot use Transformer.setParameter in form of {uri}localname





------- Additional Comments From [EMAIL PROTECTED]  2003-11-08 00:45 -------
Hi,
Sorry for attaching ParameterRef patch twice.
I have tested this with different kinds of namespace uris from the URI spec and 
 I have created a mapping so that a parameter of the form
{http://foo.bar}xyz"; gets mapped to an instance variable
http$colon$$flash$$flash$foo$dot$bar$colon$xyz  in the generated class.

So the following describes how the namespace uri is mapped to a java instance
variable
{ mapped to ""
:mapped to "$colon$"
/mapped to "$flash$"
.mapped to "$dot$"
}mapped to"$colon$"
? mapped to "$ques$"
# mapped to "$hash$"
% mapped to "$per$"
* mapped to "$aster$"

I have tested the outputs with xalan and ran the conformance tests.
Please let me know if you see any other cases that need to be covered.

Also in the stylesheet we can specify global params which are qnames and can
set/get those parameters using JAXP.
Thanks,
Bhakti

Reply via email to