hi there,
im trying to use the following in my dtd
<!ELEMENT xxx (a* b* c*)>
with the intent that a b and c can be repeated in any order
e.g aabbcc would be valid as ccbbaa
i tried to use spaces as appose to commas as many tutorials have suggested this however this does not seem to work.
I am using a java program to validate an xml document with my dtd and it raises an error saying an extra bracket is needed in the declaration for the element xxx
any ideas ?
thanks for your time
pants
im trying to use the following in my dtd
<!ELEMENT xxx (a* b* c*)>
with the intent that a b and c can be repeated in any order
e.g aabbcc would be valid as ccbbaa
i tried to use spaces as appose to commas as many tutorials have suggested this however this does not seem to work.
I am using a java program to validate an xml document with my dtd and it raises an error saying an extra bracket is needed in the declaration for the element xxx
any ideas ?
thanks for your time
pants