You've constructed the data as a text string, so we see it as a string. Correct behavior.
If you want to construct nodes, try building a DOM tree (using your favorite DOM implementation) and return the root Node of that tree, or a DOM NodeList or NodeIterator. ______________________________________ Joe Kesselman / IBM Research
