Text-string vs. text-value

Text-string vs. text-value SearchSearch
Author Message
Vampire Janus
Unregistered guest
Posted on Thursday, January 13, 2005 - 09:37 am:   

what's the difference? I noticed that in table 38 of wap230 name and filename were text-string and now deprecated in favor of text-value. thanks a lot..
Anonymous
 
Posted on Friday, February 11, 2005 - 06:18 am:   

look at WAPWSP specification, section 8.4.2.1
Text-string = [quote] *text EOS
EOS = <octet 0>
quote = <octet 127>
...
text-string = <octet 0>| token-text| quoted-string
...

well, I repeat look at WAPWSP specification, section 8.4.2.1 where you can see a full BNF-style syntax for you question