Results 1 to 4 of 4

Thread: How to display special characters XML

  1. #1
    Join Date
    Oct 2008
    Posts
    86

    How to display special characters XML

    I have a question about XML in flash. I have a photo gallery that utilizes XML to call out the photo as well as the caption. I also tried UTF-16, but I get the error: "There is no Unicode byte order mark. Cannot switch to Unicode" on the .Load function call.

  2. #2
    Join Date
    Dec 2008
    Posts
    183

    Re: How to display special characters XML

    If your keyboard will not allow you to type the characters you want, or if you want to use characters outside the limits of the encoding scheme you have chosen, the x must be lowercase in XML documents. The nnnn or hhhh may be any number of digits and may include leading zeros.you can use a symbolic notation called ‘entity referencing’.

  3. #3
    Join Date
    Jan 2009
    Posts
    150

    Re: How to display special characters XML

    The current definition of what a character is and what characters are allowed in an XML (XML, XSLT, XHTML, etc)your computer correctly stores the file using that encoding scheme. This encoding rule applies when you include a message in the <comment> or <message> tag used in the <refund-order>, <cancel-order>, and <send-buyer-message> Order Processing API commands, as in the following:

    <comment>We're sorry, your item is out of stock &#x26; will not be available until next month.</comment>

  4. #4
    Join Date
    Feb 2008
    Posts
    180

    Re: How to display special characters XML

    The XML specification does not use the term "character entity" or "character entity reference". The XML specification defines five "predefined entities" representing special characters, and requires that all XML processors honor them. If you are using a Schema, you must use the numeric form for all except the five below because Schemas have no way to make character entity declarations.

Similar Threads

  1. Replies: 5
    Last Post: 23-12-2010, 07:12 PM
  2. How to get the Special Characters in Windows 7?
    By Level8 in forum Operating Systems
    Replies: 6
    Last Post: 10-04-2010, 04:20 PM
  3. Not able to insert special characters in MAC
    By Adonis in forum Windows Software
    Replies: 5
    Last Post: 16-02-2010, 01:06 PM
  4. Replace all special characters
    By Logan 2 in forum Software Development
    Replies: 5
    Last Post: 03-02-2010, 01:23 AM
  5. How to trace the Special characters
    By StudyBoy in forum Software Development
    Replies: 4
    Last Post: 16-02-2009, 09:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,042,478.87226 seconds with 17 queries