
21 Jul
2011
21 Jul
'11
9:14 a.m.
On 07/21/2011 02:44 AM, Daniel Veillard wrote:
On Wed, Jul 20, 2011 at 02:21:55AM -0400, Laine Stump wrote:
The network XML is updated in the following ways: [...] diff --git a/docs/schemas/network.rng b/docs/schemas/network.rng index 6d9f06b..1adb553 100644 --- a/docs/schemas/network.rng +++ b/docs/schemas/network.rng @@ -7,6 +7,7 @@ </start>
<include href='basictypes.rng'/> +<include href='networkcommon.rng'/> Modularity is nice but you forgot networkcommon.rng in the patch, right ?
networkcommon.rng was added in PATCH 2/9 - it's used by both network.rng and domain.rng. (I had actually forgotten to "git add" the new file in the previous version of the patches, but this time I remembered - I just doublechecked)