|
From: David S. <ds...@st...> - 2002-03-02 02:37:40
|
Hey Sean (and others), I've been working on adding pre- and post-condition validation code to the Java version of XComponent. Since I don't have any non-trivial .rng files for testing, I tried to validate existing XComponents against xcomponent.rng. The initial problem is <XComponent> tag in the XComponents when the .rng spec calls for an all lower case <xcomponent> tag. The .rng file disagrees with both the existing .xco files and existing java and python code with regard to the capitalization of every tag I looked at. xcomponent.dtd seems to have the same issues. It looks like we need to either change the .rng file or the existing components and existing code. I have no particular preference about which way to go. Please advise. David |