Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 80711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:20:43+00:00 2026-05-10T21:20:43+00:00

In particular, I’m editing the AutoCompletion.plist file for CSSEdit (if that even matters). My

  • 0

In particular, I’m editing the AutoCompletion.plist file for CSSEdit (if that even matters).

My question is, are there any characters withing the STRING elements that need to be escaped? spaces? quotes?

EDIT: Just to be clear, I’m not using CSSEdit to edit the file – rather the file is part of the CSSEdit package. I’m using TextMate to edit the file (although ‘Property List Editor.app’ is another option) and it is in XML format. Here’s a snippet from the AutoCompletion.plist file:

<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE plist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'> <plist version='1.0'> <dict> <key>font-family</key> <array>     <string>Arial</string>     <string>Helvetica</string>     <string>Georgia</string>     <string>serif</string>     <string>sans-serif</string>     <string>cursive</string>     etc... 

I’d like to add STRINGs with spaces and single quotes such as:

<string>Georgia, Times, 'Times New Roman', serif</string> 

But CSSEdit goes haywire when I edit the file as such

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:20:44+00:00Added an answer on May 10, 2026 at 9:20 pm

    If you’re editing an XML plist using a text editor of some sort, you’ll need to escape characters just like in any XML. The basic characters to watch out for are:

    < (less than), escaped as &lt;

    > (greater than), escaped as &gt;

    & (ampersand), escaped as &amp;

    ‘ (apostrophe), escaped as &apos;

    " (quote mark), escaped as &quot;

    So in your example, you would want

    <string>Georgia, Times, &apos;Times New Roman&apos;, serif</string>

    You can also use a tool such as Apple’s Property List Editor, which is included with their free Xcode developer tools, or a third party product like PlistEdit Pro, both of which will take care of all the character escaping for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any particular way to integrate Captch code validation in iPhone application? is
I searched for this particular question but could not come up with any results,
In particular, is there any difference between these two lines in terms of their
One particular quirk of the (otherwise quite powerful) re module in Python is that
In particular, the way most C++ implementations work implies that a change in the
This particular problem is easy to solve, but I'm not so sure that the
This particular topic has always made me wonder is there a more efficient way
In particular, I need a way to represent a curve/spline that passes through a
A particular header file may only be including Foo.h but Foo.h is including other
This is a particular kind of lossy compression that's quite easy to implement in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.