https://bugs.documentfoundation.org/show_bug.cgi?id=160154
Bug ID: 160154
Summary: regression: component-schema xsd files starting with
an <info/> element will not work anymore
Product: LibreOffice
Version: 24.2.1.2 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Extensions
Assignee: [email protected]
Reporter: [email protected]
i noticed a problem (regression ?) with LO 24.2.1 (no problem with LO 7.6.5)
configmgr/source/components.cxx:660: error reading myconfig.xcs
com.sun.star.uno.RuntimeException message: "bad member <component> in
myconfig.xcs at D:/sources/libo-core/configmgr/source/xcsparser.cxx:289"
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-schema oor:name="MyConfig" oor:package="my.org"
xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<info>
<desc>THIS ELEMENT CAUSES THE PROBLEM</desc>
</info>
<templates>
<group oor:name="MyGroup">
<info>
<desc>Contains data describing the structure of my module</desc>
</info>
...
</group>
</templates>
<component>
<group oor:name="Settings">
<info>
<desc>Contains settings used by ...</desc>
</info>
...
--
You are receiving this mail because:
You are the assignee for the bug.