On May 8, 2006, at 2:44 PM, Lars Marowsky-Bree wrote:
On 2006-05-08T14:16:15, Andrew Beekhof <[EMAIL PROTECTED]> wrote:
Good point.
we also need to find a way to have it ignore the order things appear
in... thats going to be a major PITA
You mean within the CIB? Well, the order is defined, doesn't matter
too
much, or does it?
the problem is when you replace things (normally by removing the old
and adding the new) you can affect the order things in the CIB occur in.
the CIB doesn't care, but the DTD will and if you have dtd validation
turned on...
So instead of:
<!ELEMENT configuration (nodes, resources, constraints, metadata,
crm_config)>
You need:
<!ELEMENT configuration (nodes|resources|constraints|metadata|
crm_config)+>
Which no longer ensures you have exactly one of each.
I just finished reading a thread from 2000 where this problem was
discussed and the response was "tough luck".
It appears nothing has changed in the last 6 years.
--
Andrew Beekhof
"Too much knowledge leads to confusion; Too many guitar lessons lead
to jazz-fusion!" - TISM
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/