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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:20:17+00:00 2026-06-06T13:20:17+00:00

How to use special characteres like <,>,, and & in XML in Flex? Example:

  • 0

How to use special characteres like <,>,”, and & in XML in Flex?

Example: i have

xmlList = <permission id="1" label="true"/>;

and

xml = <item id="1" permission="" />

i do this:

xml.@permission = xmlList.toString();

but after all this is the result =

<item id="1" permission="&lt;permission id=&quot;1&quot; label=&quot;true&quot;/&gt;" />

I need that the special characters remain in your original format. Some help?

Thanks.

  • 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-06-06T13:20:18+00:00Added an answer on June 6, 2026 at 1:20 pm

    Instead of doing xml.@permission = xmlList.toString() you can do xml.appendChild(xmlList), which results in:

    <item id="1">
        <permission id="1" label="true"/>
    </item>
    

    You can then access the permission xml element by using xml.permission

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

Sidebar

Related Questions

I have an XML file with some lines like the following: <rule pat=&&&&&&&&&&&&&&&(?<B>B) ?(?<AND>&)
i have to use special chars in my python-application. For example: ƃ I have
I'm reading a XML file with dom4j. The file looks like this: ... <Field>&#13;&#10;
I use special characters (swedish letters åäö). Now, I have some folders, which contains
P&G P&ampG P&amp;G All these are same. Is the use of special entities only
I have a macro that I use to replace special characters for its html
When I use escape/encodeURI/encodeURIComponent to encode URI, it's encoding special characters (like ? [
I use Castle Windsor IoC. I would like configure object in IoC from XML
our delphi win32 app uses special characters like micro and copyright. we mostly use
I have this weird issue with special characters. In JSP, I am using field

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.