Results 1 to 3 of 3

Thread: Xml Dtd ?

  1. #1

    Thread Starter
    Addicted Member jestes's Avatar
    Join Date
    Jan 2001
    Location
    Dallas
    Posts
    248

    Xml Dtd ?

    when I add these lines to my DTD, I get an error: % expected. Any hints?

    <!ELEMENT document (entry+ )>
    <!ELEMENT geose (*vbscript,*jscript,*java,*asp,*html)>

    p.s. I'm using Spy 3.0

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    asterixs (*) go after the data, not before

    <!ELEMENT document (entry+ )>
    <!ELEMENT geose (vbscript*,jscript*,java*,asp*,html*)>
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Addicted Member jestes's Avatar
    Join Date
    Jan 2001
    Location
    Dallas
    Posts
    248

    oooooooooooooooh

    it was 2am and I didn't even realize that I had done that. THANKS!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width