Hi, On 3/1/07, Paco Avila <[EMAIL PROTECTED]> wrote:
Can I escape invalid chars as : and * to be included in a node name?
You can, for example by using URI encoding or some similar mechanism. There is a slow ongoing debate about how to best handle such names, and whether there should be some standard escaping mechanism. My best advice would be to use a string property if you want to avoid any restrictions on illegal characters. BR, Jukka Zitting
