> Thanks for all, > I have a lot of node to compare so I don't think I will create a const > XMLCh > for all the node name, but I will think of it.
You might consider writing a small program (in C, Perl, or almost any other languauge) to automagically create the declarations for the XMLCh node names you need. For XML purists: You could also store the node names in a simple XML file, and use an XSLT stylesheet to transform the input file into the declarations for the XMLCh strings. :) HTH Jeroen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
