Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Quotation marks removed from XML formatting

LEGEND ,
Nov 19, 2011 Nov 19, 2011

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".

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 19, 2011 Nov 19, 2011

When you say apostrophes you mean the double-quotes?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Nov 20, 2011 Nov 20, 2011

apostrophes = '

Quotes = "

Colon = :

Semicolon = ;

Comma = ,

Period = .

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 20, 2011 Nov 20, 2011
LATEST

Yes, I should have said quotation marks, not apostrophes.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines