Greetings,
I'm new to Leo and I am facing a problem I do not understand how to
solve, so I'm asking for some help.

I have an xml file "my_file.xml"  with "single line nodes" (i.e. <node/
>):
<nodeA>
    <nodeB/>
</nodeA>

The " single line nodes" are created by an external program
(FreeMind), so they are out of my control.
I created in Leo the following outline:

@settings
    @data import_xml_tags
@auto my_file.xml

the @data node contains:
nodeA
nodeB

When I ask Leo to " File->Read/Write->Read @auto Nodes", the result
is:
@settings
    @data import_xml_tags
@auto my_file.xml
    nodeA

content of nodeA is:

<nodeA>
    <nodeB/>
</nodeA>


Instead, I expected and need:

@settings
    @data import_xml_tags
@auto my_file.xml
    nodeA
        nodeB

What can I do ? Where do I err?

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to