Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > how to interpret the XML spec?

Reply
Thread Tools

how to interpret the XML spec?

 
 
wenmang
Guest
Posts: n/a
 
      07-23-2003
Here is what I read:
CDATA Sections
[18] CDSect ::= CDStart CData CDEnd
[19] CDStart ::= '<![CDATA['
[20] CData ::= (Char* - (Char* ']]>' Char*))
[21] CDEnd ::= ']]>'

I try to understand what "(Char* - (Char* ']]>' Char*))" means for CData ::=?
What kind of char can CData contain? thanks.
 
Reply With Quote
 
 
 
 
Richard Tobin
Guest
Posts: n/a
 
      07-23-2003
In article < >,
wenmang <> wrote:

>[20] CData ::= (Char* - (Char* ']]>' Char*))


This means any sequence of Chars that doesn't contain the sequence ]]>

-- Richard
--
Spam filter: to mail me from a .com/.net site, put my surname in the headers.

FreeBSD rules!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to interpret register value. AM Cisco 3 08-01-2005 07:10 PM
debug arp output - please help to interpret Igor Mamuziæ Cisco 3 12-21-2004 10:50 AM
MAX+plus II error:Can't interpret indexed name Aliki VHDL 3 09-24-2004 02:50 AM
Re: How to interpret $FORM{} variable ? James Hunt Perl 0 05-19-2004 07:52 PM
Newbie: Can someone help interpret this single line ACL Doc Holliday Cisco 5 12-28-2003 07:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57