How to convert an xml to a string for a textflow

Hello

usually I use string type fields to feed the textFlows.

now for comfort Visual, I want to store in the file in XML format and the thing was successful, but when I want to use them I have problems, because the XML formatting creates line spacing that I don't want.

for example:

" < TextFlow columnCount ="inherit"columnGap ="inherit"columnWidth ="inherit"lineBreak ="toFit"paddingBottom ="4"paddingLeft ="4"paddingRight, paddingTop ="4"="4"paragraphSpaceAfter = '15' paragraphSpaceBefore ="0"verticalAlign ="top"id ="flow"whiteSpaceCollapse ="preserve"xmlns =" http://ns.Adobe.com/TextLayout/2008 ">

< linkActiveFormat >

< TextLayoutFormat color = "#cc00cc" fontWeight = "bold" = "underline" textDecoration / >

< / linkActiveFormat >

< linkHoverFormat >

< TextLayoutFormat color = "#cc0000" fontWeight = "bold" = "underline" textDecoration / >

< / linkHoverFormat >

< linkNormalFormat >

< TextLayoutFormat color = "#000099" fontWeight = "bold" = 'none' textDecoration / >

< / linkNormalFormat >

< p color = "#990099" fontSize = "15" >

< span > Gestione dei con translations TLF e Testo classico </span >

< /p >

< p color = "#666555" fontFamily = "Arial" fontSize = "14" >

< span > Novità introdotte con Ultima version di Flash CS5 sono molteplici, una di queste novita if i campi di testo. </span >

< /p >

< p color = "#990099" fontSize = "15" >

c < span > Cosa'e da sapere sul Text Layout Framework (TLF)? </span >

< img id = "1 |" emot | 0"height ="18"width = source"18"="[object Bitmap]"/ >

< span > < / span >

< /p >

< p color = "#666555" fontFamily = "Arial" fontSize = "14" >

Che respect al Testo Classico, </span > < span >

< /p >

< / TextFlow >

perform:

init--------------------------------------------------------------

Gestione dei con translations TLF e Testo classico

Novità introdotte con Ultima version di Flash CS5 sono molteplici, una di queste novita if i campi di testo.

C cosa'e da sapere sul Text Layout Framework (TLF)?

Che respect al Testo Classico,

--------------------------------------------------------------------- end

Instead of:

init--------------------------------------------------------------

Gestione dei con translations TLF e Testo classico
Novità introdotte con Ultima version di Flash CS5 sono molteplici, una di queste novita if i campi di testo.
C cosa'e da sapere sul Text Layout Framework (TLF)?
Che respect al Testo Classico,

--------------------------------------------------------------------- end

like I want to.
Now I see that with spark.utils I can use importFromXML to convert to a textFlow with collapse of the line in excess, but unfortunately the spark of class is not visible in Flash/as3.
Can you help me?
Thanks in advance
Jean-Paul

config = new Configuration();
format = new TextLayoutFormat (config.textFlowInitialFormat);
format.whiteSpaceCollapse = "collapse."
config.textFlowInitialFormat = format;
collapsingTextLayoutImporter = TextConverter.getImporter)
TextConverter.TEXT_LAYOUT_FORMAT, config);

Flex SDK is opensource. Scrap of code above comes from spark.utils.TextFlowUtil.

Tags: Adobe Open Source

Similar Questions

  • How to convert a file SQM a PBO for Arma 2 file?

    How to convert a file SQM a PBO for Arma 2 file?  First, use the editor in Arma 2.  Then I save on user or single-mission I want to play a custom mission.

    Hi Tom,

    Thanks for posting the question in the Microsoft Community!

    You want to convert file SQM PBO.

    You can use a file converter software to convert file SQM PBO.

    You can use your favorite search engine to find the appropriate file converter.

    Warning: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    For any question related to Windows, feel free to contact us.

  • How to convert an int to a string

    What is the right way convert int to string?

    I try to add a new variable and just after that I change the type.

    Is this right?

    Is it possible to do without 'c' varialbe?

    Can I convert in one line?

    var c;
    
    myBtn.addEventListener(MouseEvent.CLICK, plus);
    function plus(event:MouseEvent):void {
         trace("button press");
         c=int(a.text)+int(b.text);
         rez.htmlText=c;
        trace(c);
    }
    

    intToString.png

    at least, there are 2 ways to convert an int to a string:

    1 rez.htmlText = c.toString ();   ToString is an int (uint and number) method

    2 rez.htmlText = String (c);

  • Convert resultlist container to a string for report

    Hi all

    Is there a way to convert a resultlist containing a string? I have a ResultList of a separate test that I need to add to the ModifyBatchReportHeader point of the string for my report in ASCII format.

    I tried adding "str (OtherTestResults)", but it adds just periods as if he doesn't know how to access the test data (name test, measure, etc.). Is there a a way to convert it containing a string the TestStand way automagically done at other times?

    Thank you

    Chris

    Hi Chris,

    Unless you said, I did not realize the batch mode.

    For my example, I used the ModifyBatchReportFooter. You can also use the header.

    You just have to play with the HTML tags.

    This example only works with HTML-reports!

    For the generation, it uses the sequence: PutResultsInReport reportgen_html.seq in the template folder - OR

    Hope this helps a little more

    Jürgen

  • How to convert DateTime xml in xdp (Designer)?

    Hi, I want to convert DateTime format an XML in the designer, the value DateTime in xml format is NOT in common format YYYY-MM-DD (if it is in a common format, can I do this with pattern)

    I have a 'DateTime' field in Xdp can obtain Xml date and time:

    In XML < DateTime > DD-MM-YYYY < / DateTime > I want to convert in XDP in DateTime Field in 'April-DD-YYYY ".

    Can I do this?

    You can do this way...

    Bind the date field in your XML tag.

    Set the model display to the date field.

    Place the following code in the initialize event of the date field.

    The value JavaScript as a language.

    var dtStr = this.rawValue;
    var pos1 = dtStr.indexOf ("-");
    var pos2 = dtStr.indexOf ("-", pos1 + 1);
    var strMonth = dtStr.substring (0, pos1);
    strDay = dtStr.substring var (+ 1 pos1, pos2);
    var strYear = dtStr.substring (pos2 + 1);

    Assign the value to put in shape to the Date field.

    this.rawValue = strYear + '-' + strMonth + '-' + strDay.

    Thank you

    Srini

  • How to convert EDI XML?

    Hi all
    I'm writing some BPEL process that will send the EDI Documents for using the AQs B2B integration.

    BPEL works with enqueues and finally the XML data it to the AQ IP_OUT_QUEUE. From there B2B will take and send to the Trading partner. I have examples of EDI documents, but they are not xml. Can someone tell me if I can convert these EDI XML documents?
    The EDIFECS constructor can be of any use here?

    TIA,

    Yes, SpecBuilder (generator of EDIFECS alias I guess) can help with that.

    (1) start SpecBuilder
    (2) in the menu, select Tools/parser
    (3) select one of your data files and type EDI data, also don't forget to check 'Advanced Options '.
    (4) then (ignore preprocessor)
    (5) then (no special data structure)
    (6) choose the ECS file that you then use in B2B.
    (7) possibly select next several times to accept the default values (displayed only if necessary dialog boxes)
    (8) in Analyzer mode, select 'generate XData", following
    (9) SpecBuilder displays the parsed file. Switch mode XML (top right button) and you're there!

    The XML file can be saved, with the active XML view, select the button "save data under ' and save in a directory. There is your test in the XML file. The process is a bit complicated and it is easy to forget to select 'Advanced Options '.

    Good luck!

    -Erik

  • How to convert a Photoshop Album 2.0 for Photoshop elements 13.0 catalog catalog?

    I have a lot of photos with tags and metadata in Photoshop Album 2.0 version and I want to shoot you images, metadata and tags in Photoshop Elements version 13.0 on a Windows 7 computer. Searching the Web I found that this must be done with the convert function.  I tried file, catalogs to manage, convert and point to the folder holding my Photo project Catalog.psa file, but nothing happens. Apparently, it is not the .psa file.  How can I get my .psa catalog migrated to 13 items?

    Hello

    See if that helps.

    Convert catalogues organiser for 64-bit versions. Photoshop Elements 13 or later version

    Brian

  • How to convert my music files M4p (ITUNES) for windows media player with windows xp

    I want to covert my Itunes Music to my player mpo3 and have found several free downloads on the web. Many want a subscription rate. Does anyone know a good free download which did not charge me later or give me a virus. Thank you.  Snickman

    I want to covert my Itunes Music to my player mpo3 and have found several free downloads on the web. Many want a subscription rate. Does anyone know a good free download which did not charge me later or give me a virus. Thank you.  Snickman

    =======================================
    Maybe the info at the following link will work for you:

    Need help to convert itunes to Windows Media
    http://social.answers.Microsoft.com/forums/en-us/vistamedia/thread/f496ae8e-d3f9-4336-BB3C-8070421c8eff
    (Scroll to the bottom for the second post of: musiclover101)

    John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • How to convert retail, oem, and licenses renewed for a Volume License?

    I have about 30 Windows 7 PCs that have a variety of licenses of Windows 7, some purchased through licenses, some hollow purchased an OEM and some just buy the retail. They are all Windows 7 Professional.

    I want to keep all their licenses on a KMS server. Without having to buy a new licese of volume for all 30 PC, is it possible to "recover" my variety of licenses and get a volume license?

    Thank you.

    To take advantage of volume license, you must purchase a volume license agreement that gives you the right to install Windwos 7 Professional or Enterprise according to the terms agreed between you and Microsoft. You can not simply convert the existing volume license licenses because you have the eligible license. Volume License Windows is an upgrade and requires that the machine is an appropriate license before you can use it. There are more than just the software volume license since you go to an agreement.

    The link provided SpiritX will be very useful in exploring the options available under volume license. On the right track, but with the qualification SKU installed on each machine.

  • I have the CS5 disk but do not know how to convert it to a digital file for my new desktop Mac OS 10.9, which doesn't have a disc drive? Thank you

    Please help convert my CS5 disk to download on my new desktop MAC OS X10.9

    You can download CS5 from this site

    Download the CS5 products

  • In Design CS4. 1st time to help. How to convert 2 pages on 2 files for printing

    Using InDesign for the newsletter for the first time. I created the doc 2 11 x 17 pages on a single card. Printer needs in the form of 2 files sepPDF. How can I do this? Don't see option for all just copy and paste into new documents? Cottages has taught just BEGINNING to learn this. Thanks in advance for the help. CS$ Indesign. I used to use, but thought the Indesign would be easiier.

    You need not create a new doc. Just choose page 1 in the page range dialog box, export and again with page 2.

  • How to convert timed discourse analysis in subtitles for the video?

    I used the analysis of discourse in the metadata tab video in first CC 7.2.1.  I used a full transcript and the timing is perfect between what means the talent and the words in the box "analysis" on the metadata tab.  So, how can I make this text synchronized in a legend for my video file?  I'd love to export it to a file of sidecar legend (SRT format is preferred, but I'll take anything at this point) but have not found a way to do it.

    What I am doing wrong?  What I put into Adobe Story for this to work?

    Side note: is incredibly slow to Adobe Story for someone else?

    Thanks in advance.

    Here is a walkthrough youtube of the process.  It is a high level overview, so I don't understand a lot of small details, but it should be enough to get you started.  I'd be happy to answer any questions that arise.

    http://youtu.be/fZjBLlLPMaU

    Sorry it took so long for me to get around him.  I hope that helps!

  • How to convert the code to the CAA for adobe air applications

    Hello

    I have developed an application using the CAA and now wt I want is I want to convert this application in adobe air desktop application so is it possible if yes please help me so that it can be useful to me

    Hello

    When you create a project, you can select Desktop application (AIR) instead of the Web Application. If you have already built the project, you can then use the parameter similar just create a new Desktop Application and copy the files.

    Thank you

    Hironmay Basu

  • How to convert a dba file to CSV for google?

    My old palm broke out recently, I have a backup dba file I want to put it in google or sunbird, but I can't get the dba in csv format. Is this possible?

    Thank you

    Solved! Dba2csv worked perfectly for about $ 20 and 20 minutes: dba2csv

    Thanks for your suggestions.

  • How to convert months to all THE PLUGS for example December 5, 2015 to December 5, 2015

    It must have an easy solution.

    My date indicator returns the format DD-MMM-yyyy.

    I need the MMM to be all caps.

    You haven't tried the function of capital letters?

Maybe you are looking for