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 6614481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:20:39+00:00 2026-05-25T20:20:39+00:00

If I have a string which may contain any characters (including ‘/’, ‘&’,etc…) how

  • 0

If I have a string which may contain any characters (including ‘/’, ‘&’,etc…) how do convert it safely into XML that can be stored like this:

<myelement>mystring</myelement>

Does it need to be CDATA, or can I easily convert it using a ruby function?

  • 1 1 Answer
  • 0 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. Editorial Team
    Editorial Team
    2026-05-25T20:20:40+00:00Added an answer on May 25, 2026 at 8:20 pm

    In Ruby 1.9.2 to escape XML special characters in Strings, use the ‘encode’ method.

    Example, if you have:

    my_string = 'this is "my" complicated <String>'
    

    For XML attributes use:

    "<node attr=#{my_string.encode(:xml => :attr)} />"
    

    Generates:

    <node attr="this is &quot;my&quot; complicated &lt;String&gt;" />
    

    For XML text use:

    "<node>#{my_string.encode(:xml => :text)}</node>"
    

    Generates:

    <node>this is "my" complicated &lt;String&gt;</node>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string which may contain cell address, which is look like: A1,
I have some code validating a string of 1 to 32 characters, which may
I have a dynamic String value which may contain values like this Apple ,Banana,
I have a Hashmap which may contain wildcards (*) in the String. For instance,
I have to work with strings which may contain Lat/Long data, like this: $query
I'm using .NET 3.5. I have two string arrays, which may share one or
I have a string which contain tags in the form < tag > .
We have a string field which can contain XML or plain text. The XML
I have a simple list of strings, which may be of arbitrary length. I'd
I have a String which can either be of Double or Integer type or

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.