https://bugs.documentfoundation.org/show_bug.cgi?id=153604

            Bug ID: 153604
           Summary: XML Source skips field from the root element of the
                    group
           Product: LibreOffice
           Version: 7.6.0.0 alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
Calc's XML Source skips the field from the root element of the group.

Steps to Reproduce:
In Calc's XML Source dialog, open the following XML document

<?xml encoding="utf-8"?>
<root>
    <data>v1</data>
    <data>v2</data>
    <data>v3</data>
</root>

Select the "data" element and map it to any cell, and click Import.

Actual Results:
Nothing gets imported.

Expected Results:
Calc should import:

+------+
| data |
+------+
| v1   |
+------+
| v2   |
+------+
| v3   |
+------+


Reproducible: Always


User Profile Reset: No

Additional Info:
None

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to