Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

white space and content m odel

Status
Not open for further replies.

yamy

Technical User
Nov 22, 2002
54
US
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE techdatatable [
<!ELEMENT aatable (grade+,application+,description+,color+,viscosity+,gapfill+,shearstrength+,torquebreak+,torqueprev+, fixturetime+,temp+,specs*)>
<!ELEMENT grade+ (#CDATA)>

in the above code snip - this produces the message "required white space missing" - no amount of adding or deleting white space makes a difference

if i change grade+ to grade, then the message changes to "content model invalid" - i tried aatable-grade but that didn't help

can anyone steer me in the right direction?
thanks
yamy
 
><!ELEMENT grade+ (#CDATA)>
[tt]<!ELEMENT grad[highlight]e [/highlight](#[red]P[/red]CDATA)>[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top