Am Dienstag, 17. April 2012, 15:20:02 schrieb Erol Akarsu:
> Thanks Dimitar,
> 
> I have one more question.
> 
> Dow we have equivalent function in basex xquery for java static method
> URLEncoder.encode ?

I'm not aware of such XQuery function - maybe someone else one the ML
would know better. If there isn't, you could very easily create your own by
using the Java binding [1]:

declare namespace enc = "java:java.net.URLEncoder";
enc:encode("test data")

Regards,
Dimitar

[1] http://docs.basex.org/wiki/Java_Bindings

_______________________________________________
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

Reply via email to