Andreas Schlüns wrote: > Bernhard Haumacher wrote: > >> ... >> >> ---- the SVG type descriptor ---- >> >> <?xml version="1.0" encoding="UTF-8"?> >> >> <oor:component-data >> xmlns:oor="http://openoffice.org/2001/registry" >> xmlns:xs="http://www.w3.org/2001/XMLSchema" >> oor:package="org.openoffice.TypeDetection" >> oor:name="Filter" > > > The right configuration for the set "Types" is > "org.openoffice.TypeDetection" / "Types" ... not "Filter". > May be you used the wrong file ?
Thanks a lot, this helps! I was just confused with that much names and borrowed from the wrong "template". Best regards Bernhard >> >> <node oor:name="Types"> >> <node oor:name="svg" oor:op="replace"> >> <prop oor:name="UIName"> >> <value xml:lang="en-US">Scalable Vector Graphics</value></prop> >> <prop oor:name="UIOrder"> >> <value>0</value></prop> >> <prop oor:name="URLPattern"/> >> <prop oor:name="Extensions"> >> <value>svg</value></prop> >> <prop oor:name="MediaType"> >> <value>image/svg</value></prop> >> <prop oor:name="Preferred"> >> <value>true</value></prop> >> <prop oor:name="DetectService"> >> <value>haui.office.uno.mediadetect</value></prop> >> </node> >> </node> >> >> </oor:component-data> >> >> --- the SVG import filter descriptor --- >> >> <?xml version="1.0" encoding="UTF-8"?> >> <oor:component-data >> xmlns:oor="http://openoffice.org/2001/registry" >> xmlns:xs="http://www.w3.org/2001/XMLSchema" >> oor:package="org.openoffice.TypeDetection" >> oor:name="Filter" >> >> <node oor:name="Filters"> >> <node oor:name="svg-import" oor:op="replace"> >> ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
