Skip to main content
pwillener
Legend
November 20, 2011
Question

Quotation marks removed from XML formatting

  • November 20, 2011
  • 1 reply
  • 1133 views

See http://forums.adobe.com/message/4035539#4035539

The original data was

<?xml version="1.0" encoding="utf-8" ?>

<application xmlns="http://ns.adobe.com/air/application/3.1">

    <id>examples.html.HelloWorld</id>

    <versionNumber>0.3</versionNumber>

    <filename>HelloWorld</filename>

    <initialWindow>

        <content>HelloWorld.html</content>

        <visible>true</visible>

        <width>400</width>

        <height>200</height>

    </initialWindow>

    <icon>

        <image16x16>"-C C:/Program Files (x86)/Adobe/AIRSDK/samples/icons/."</image16x16>

        <image32x32>"-C C:/Program Files (x86)/Adobe/AIRSDK/samples/icons/."</image32x32>

        <image48x48>"-C C:/Program Files (x86)/Adobe/AIRSDK/samples/icons/."</image48x48>

        <image128x128>"-C C:/Program Files (x86)/Adobe/AIRSDK/samples/icons/."</image128x128>

    </icon>

</application>

but posting it as XML formatting removed the apostrophes (in the <icon> section).  Not very good if you want to show how you've done something, or instruct another user how to do it...

Message was edited by: ʇɐb ɹəuəllıʍ - edited multiple times because of "unexpected error has occurred".

This topic has been closed for replies.

1 reply

John Hawkinson
Inspiring
November 20, 2011

When you say apostrophes you mean the double-quotes?

Phillip M  Jones
Inspiring
November 20, 2011

apostrophes = '

Quotes = "

Colon = :

Semicolon = ;

Comma = ,

Period = .