At 20.25 -0400 2006-09-22, John Gruber wrote:
>One thing I've found is that the old-style ASCII plist format is a
>lot more readable and writable, especially when specifying grep
>patterns. In the ASCII format, you only have to worry about
>double-backslashing every backslash, and your quote delimiters. No
>need to turn '>' into '>', etc.

Can't xml plist handle CDATA? Inside a CDATA block just about anything is 
allowed (expect the closing CDATA marker). That would allow regex expressions 
to be a bit more readable.

In that case it would go like this
<string><![CDATA[(?x:
      (?>  '   (?s: \\.  | [^'] )*?    (?: ' | $ ) ) |
      (?>  "   (?s: \\.  | [^"] )*?    (?: " | $ ) )
 )]]></string>

--
     Johan Sölve    [FSA Member, Lasso Partner]
     Web Application/Lasso/FileMaker Developer
     MONTANIA SOFTWARE & SOLUTIONS
http://www.montania.se   mailto:[EMAIL PROTECTED]
 (spam-safe email address, replace '-' with 'a')

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to