On Wed, 11 May 2005 [EMAIL PROTECTED] wrote:
Are attribute values case sensitive? For example do these both work:
use_doc_date: True use_doc_date: true
Yes they both work. Attributes that take a boolean value do so in a case insensitive manner. However aside from boolean and numeric valued attributes, you should probably consider attribute values to be case sensitive. Most will be passed through to system calls or web servers
where correct case may be required.
Jim
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ ht://Dig general mailing list: <[email protected]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

