[Migrated content. Thread originally posted on 07 November 2011]
acuCOBOL version: v8.1.1I am trying to add a new child with name "B"(only one character) by
*Add a element "B"
call "C$XML" using CXML-ADD-CHILD
element-handle
"B"
move return-code to element-handle.
In my output, it shows me the new child "<>", but I expect to see "".
If I use any value length >= 2, it will show me the correct new child name.
I don't see the document mention the child name could not be one character.
Does anyone has similar issue?
