add schema for sources. They now validate.
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 27 Mar 2006 13:34:46 +0000 (13:34 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Mon, 27 Mar 2006 13:34:46 +0000 (13:34 +0000)
commitdb251ad34651a10d3dc41dca701e311b5b575185
treeb955bf044669f5f8013af3e452895fd4f67d2969
parent39a9d24633f35568f7843e928b32e88efebf6fb5
add schema for sources. They now validate.
Move XMLSource parser out of source.

Fixes https://bugzilla.novell.com/show_bug.cgi?id=160512 for
new installations. With old ones it will complain anyway
(changed xml namespaces)
zypp/parser/xmlstore/Makefile.am
zypp/parser/xmlstore/XMLSourceCacheParser.cc [moved from zypp/target/store/xml/XMLSourceCacheParser.cc with 92% similarity]
zypp/parser/xmlstore/XMLSourceCacheParser.h [moved from zypp/target/store/xml/XMLSourceCacheParser.h with 96% similarity]
zypp/parser/xmlstore/schema/known-source.rnc [new file with mode: 0644]
zypp/parser/xmlstore/schema/known-source.rng [new file with mode: 0644]
zypp/parser/xmlstore/schemanames.h
zypp/target/store/xml/Makefile.am