Export using the XML SPECIFIC schema

Dear Sirs,

First of all, congratulations on your frame, it's ensure an excellent job.

I would like to know if it is possible to export the textFlow by using a particular XML schema, separated by controllers.

Example:

< content >
< controller >... < / controller >
< controller >... < / controller >
< controller >... < / controller >
< / content >

In case it is not the case, how can I get the value (TextLayout Format) of a specific controller?

In addition, please let me know if there is an estimate for some cool new features like highlighting of text, tables, images, resize / positioning and lists (ordered and numbered).

Thank you for your attention,

Marcos Passos

There are a few things you can try:

1 - export to format TextLayout, then doing some XML processing (maybe a few XSLT) in order to adapt the markup in your own custom schema
2 - implementation of your own TextExporter custom (app flashx.textLayout.conversion.ITextExporter). This is probably more work you want to do, according to the specific needs of your application.

Tags: Adobe Open Source

Similar Questions

  • How do I export using the CC 2015 on DVD media encoder

    How do I export using the CC 2015 on DVD media encoder

    You will need to export mpeg2-DVD and then take it to a creation as a supplement program to create a DVD compatible file.

    If you have CC, you can download it here again CS6 (it comes with Premiere Pro CS6):

    How to find and install a previous Version of Adobe Apps in CC 2015 | Adobe Customer Care Team

  • applicationContext remains "null" after using the custom url scheme to launch the app

    Hello

    I am currently working on a DPS application for a customer who wishes to use its own authentication system.

    The client system is implemented so that they send the valid token to a URI with a custom method.

    By setting the same pattern custom in my app DPS constructor, I can get the app from the login window.

    What is described in the library of DPS & Api store 2.32 documentation, I understand that

    " adobeDPS.configurationService.applicationContext must contain several variables associated to how the viewer was started or enabled:" ","this class represents the context under which the application is launched '


    However, in my application when I try to see what contains the applicationContext, the object is always 'null '. It doesn't matter if I started the application by clicking on its icon or if it was launched using the custom uri scheme.


    Is this a bug or am I missing something here? I really need this token.

    Hello

    After being stuck for a while trying to work with the url of my client for usage, I finally tested it with a modified version and have found the cause of the problem.

    Work of first information provided by a colleague who was apparently not detailed enough for the customer asked me to use a url of the form App. scheme://auth/#token=...

    It turns out that this kind of url can start or bring the app to the front, but applicationContext remains empty.

    My tests using a url in the same form as you suggested (eg. app. scheme://v1/slot/library) can trigger the app or transmit data.

    The documentation available in the SDK library & shop and article on how to use a custom template is very vague on what formats link actually works, and how we can vary with it.

    A breakdown of official links to pieces, that the parties do and what items can be modified (for example ' / appstate') within the API documentation would be a great help for developers, I think.

    Kind regards

    Lorin

  • Using the XML instead of rowImpl class?

    Hello

    I have the following query.
    There is a class of VO1ViewObjectRowImpl in which I can access another method of the viewobjectRowImpl class. It works very well. My query is can I perform the same know to retrieve the values of all lines of the view object another without generating java class for it? In other words, is there a way to use the .xml rather than the VO2ViewObjectRowImpl class file? If so, please refer to the link where I can find the information.

    Please answer this.

    Thanks and greetings

    Hello

    You can still access a display object that is not a class Impl. Simply add custom methods or override default methods, a class of impl. If the VO is dependent on you can access them to the link view defined on the VO Campeau accessor. If they are not linked you can access AOS to find one instance of VO

    Frank

  • Is it possible to create a new file using the XML via java Script?

    Hello everyone,

    Is it possible to create a new file using the XML via java Script

    • I have xml information that need to use for file name, size.
    • Based on xml file we can create a new file in InDesign with java script?
    • Kindly help me if anyone has an idea about this.

    I use InDesign CS4 on windows 7

    Sample file is attached below.

    Kind regards

    Siva

    <UpdateAd>
    <AdId>3403699</AdId>
    <Width type="mm">91,79</Width>
    <Height type="mm">80,00</Height>
    <ProductionCategory>4</ProductionCategory>
    <BookedCCIColors>sw</BookedCCIColors>
    <WorkFlowType>PDF</WorkFlowType>
    <CustomerNumber>652224</CustomerNumber>
    <CustName1>Erich Prang</CustName1>
    <Description/>
    <Description2>R</Description2>
    <UpdateIns>
    <Titel>RHZ</Titel>
    <Publication>B2</Publication>
    <RunDate>26-07-2011</RunDate>
    <Zone>H30</Zone>
    <KDDATEN>nein</KDDATEN>
    </UpdateIns>
    <WorkflowStep>IR</WorkflowStep>
    <Proof>No</Proof>
    </UpdateAd>
    
    

    xml.png

    Try this:

    var f =File.openDialog ();
    f.open('r');
    var xml = new XML(f.read());
    f.close();
    
    var myDocument = app.documents.add();
    myDocument.documentPreferences.pageHeight = xml..Height+"mm";
    myDocument.documentPreferences.pageWidth = xml..Width+"mm";
    var rect = myDocument.pages[0].rectangles,add();
    rect.geometricBounds = myDocument.pages[0].bounds;
    rect.strokeAlignment = StrokeAlignment.INSIDE_ALIGNMENT;
    rect.strokeColor = myDocument.swatches.item("Black");
    rect.strokeWeight = 1;
    myDocument.save(File(f.path + "/" + xml..AdId + ".indd"))
    

    Substances

  • Center aligning images in table using the XML file

    Hello
    I use a flash file that uses an xml file to download a series of images one by one in a photo-gate.
    There are two different widths of images. The height is always the same. Is it possible to set up so that each image that calls file xml is center aligned as part of image.
    At the present time when using the xml file to load the image she always left aligns the image when he brings it in image even if you change the alignment to center align in the Panel align.
    Does anyone have a suggestion why this happens or how to fix it?
    Thanks for the help

    I did this quickly and did not test - but if it does not directly at the exit it might give you a starting point - or someone else can correct if there are errors. I'll check tomorrow - where I am its time to go to sleep...
    CHANGE the DETAILS: Just changed a few pieces of code I posted last night - I forgot to change the statement holder_mc.loadMovie in xml.onLoad Manager. I have not tested, but its along the lines of the approach I would use to solve your problem with resizing the image. Let me know how you go with it.

  • How to extract data using the xml data type

    Hello
    I tried the following example using the xml data type, but not the desired output.
    could you please correct the query in order to obtain the necessary
    CREATE TABLE TEST.EMP_DETAIL
    (
      EMPNO       NUMBER,
      ENAME       VARCHAR2(32 BYTE),
      EMPDETAILS  SYS.XMLTYPE
    )
    Insert into EMP_DETAIL
       (EMPNO, ENAME, EMPDETAILS)
     Values
       (7, 'Martin', XMLTYPE('<Dept>
      <Emp Empid="1">
        <EmpName>Kevin</EmpName>
        <Empno>50</Empno>
        <DOJ>20092008</DOJ>
        <Grade>E3</Grade>
        <Sal>3000</Sal>
      </Emp>
      <Emp Empid="2">
        <EmpName>Coster</EmpName>
        <Empno>60</Empno>
        <DOJ>01092008</DOJ>
        <Grade>E1</Grade>
        <Sal>1000</Sal>
      </Emp>
      <Emp Empid="3">
        <EmpName>Samuel</EmpName>
        <Empno>70</Empno>
        <DOJ>10052008</DOJ>
        <Grade>E2</Grade>
        <Sal>2530</Sal>
      </Emp>
      <Emp Empid="4">
        <EmpName>Dev</EmpName>
        <Empno>80</Empno>
        <DOJ>10032007</DOJ>
        <Grade>E2</Grade>
        <Sal>1200</Sal>
      </Emp>
    </Dept>
    '));
    I need to get the record for Empid = '2'
    Then tried the following query with no expected o/p
    SELECT a.empno,a.ename,a.empdetails.extract('//Dept/Emp/EmpName/text()').getStringVal() AS "EmpNAME",
         a.empdetails.extract('//Dept/Emp/Empno/text()').getStringVal() AS "EMPNumber",
          a.empdetails.extract('//Dept/Emp/DOJ/text()').getStringVal() AS "DOJ",
          a.empdetails.extract('//Dept/Emp/Grade/text()').getStringVal() AS "Grade",
          a.empdetails.extract('//Dept/Emp/Sal/text()').getStringVal() AS "Salary",
          a.empdetails.extract('//Dept/Emp[@Empid="2"]').getStringVal() AS "ID",
          a.empdetails.extract('//Dept/Emp[EmpName="Coster"]').getStringVal() AS "CHK"
         FROM emp_detail a 
         where empno=7  
               AND a.empdetails.existsNode('//Dept/Emp[@Empid="2"]') =1
    Thank you...

    Karthick_Arp wrote:
    I'm not very good at that... But if your XML code should not be more like this

    SQL> Insert into EMP_DETAIL
    2     (EMPNO, ENAME, EMPDETAILS)
    3   Values
    4     (7, 'Martin', XMLTYPE('
    5    
    6      1
    7      Kevin
    8      50
    9      20092008
    10      E3
    11      3000
    12    
    .. cut ..
    

    Why? It is perfectly valid to data as attributes rather than elements and also quite common for key values.

  • Problem in the export using the QUERY functionality

    Problem in the export using the QUERY functionality


    I'm trying to export some rows in a table using the query functionality
    and I have some errors... I'm using the syntax is

    system@orcl QUERY = scott.emp expdp: '"WHERE emp_no = 123455" '
    DIRECTORY = data_pump_dir DUMPFILE = data_pump.dmp
    LOGFILE = data_pump_12345.log INDEX = n

    Can someone tell me please the problem with that statement

    I also tried to use the simple export

    exp file system@orcl = orcl_export.dmp log = orcl_export.log
    tables = Scott.EMP index = QUERY = n------"WHERE emp_no\ = 123455\"

    and this error

    EXP-00008: ORACLE error 904
    ORA-00904: identify invalid

    My os is Solaris
    Please let me know what the problem

    Hello

    Try to create parfile and use that, otherwise, you will need to escape each clause correctly to run exp or expdp successfully.

    test.par

    tables=emp
    query="WHERE emp_no=123455"
    
    or
    tables=myobjects
    query="WHERE owner='SYS'"
    
    $> exp username/password parfile=test.par
    
    Export: Release 10.2.0.1.0 - Production on Thu Mar 19 10:17:48 2009
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining Scoring Engine options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    . . exporting table                      MYOBJECTS      22650 rows exported
    Export terminated successfully without warnings.
    

    Concerning

    Published by: OrionNet on March 19, 2009 10:21

  • Is it possible to modify the XML mapped schema that is generated by the action of submit before submitting?

    I have a form created in LiveCycle ES2. I have a few fields mapped to a schema which causes LC to generate XML data that follow the format for importing one of the internal databases of my company.

    There is a problem: the system import feature seeks a DOCTYPE DTD declaration between the XML declaration and root element. I tried including the declaration in the schema, but LC does not include it in the values mapped or export. I spoke with the seller on the declaration of the DTD as part of the import function and they gave a firm "no."

    Is there a way to insert a single line of markup in the XML that LC generates in the action to submit before the XML code is attached to the email?

    Hello

    You can use XSLT to transform the outbound data.

    I have never done this for the addition of a DTD, but Google finds solutions for the term "xslt adds dtd" it should be possible.

    Adding a DOCTYPE statement on the output XSL - Scriptorium Publishing

    Set the DOCTYPE in XSL, Bernie Zimmermann

  • XP uses the xml language

    XP with sp3 receives and sends it in XML?

    Hello

    Yes, Windows XP supports the XML language, send and receive in XML also depend on the web browser you are using.

    Extensible markup language (XML) is a markup language that defines a set of rules for encoding documents in a readable and machine readable format. The XML design goals emphasize simplicity, generality and usability on the Web.

    Several application programming interfaces (API) have been developed that software developers use to process the XML data, and several schema systems exist to assist in the definition of XML-based languages.

  • Download the daily specific schema of data mutationof

    Hello

    I am looking for a way to understand the amount of data is modified or inserted every day by a specific schema.

    I need evidence of the ability to replicate data between remote destinations and therefore the amount of data to manage.

    TIA

    KR

    Michael.

    Thanks for your suggestion but unfortunately this view did not say the amount of data is transferred - it tells me the amount of 'db block changes' for example, but I don't know how much of the block is changed - or that it always means that a whole block is changed?

    Corrrect - I already said above that the ONLY mechanism for the follow-up to "the amount of data is transferred" is the REDO logs.

    These newspapers mine or create your own monitoring mechanism.

    You're not getting specific help because you are not providing the info I request we need to know what is EXACTLY what you really want to accomplish.

    You can create logs to view materialized to capture inserts and updates but THERE IS NO feature that will tell you "the amount of data is transferred.

    An INSERT may insert a line with all null values or a row of each column (for example VARCHAR2 (500) with a length of MAX value.) So you know exactly the amount of data unless you actually capture the length of each line.

    Also an UPDATE could update a value to the same value it had already, to a value using less storage or a value with more storage. While knowing that the value has been updated is not necessarily you say anything regarding the data size.

    Also, in corner cases, a simple addition of ONE BYTE cause an entire measure to allocate. That is not as you say the actual amount of the new storage that is used.

    The information that we ask you if you need specific help for your question.

    .

  • Using the XML file error

    Hello

    I use an XML file as the source in a map. This worked well until I changed the context during the execution of the mapping.

    Initially, during the execution of the development, it worked without any problem. But when I changed the context to run the Test, he gave me the following error:-

    ODI-1227: task load data-LKM SQL for Oracle-don't work not to connect to the source P6_ACTIVITIES - TEST.

    Caused by: java.sql.SQLException: the object name already exists: P6ACTI_READACTIVITIESRESPONSE in the statement [create table P6ACTI_READACTIVITIESRESPONSE (READACTIVITIESRESPONSEPK NUMERIC (10) NOT NULL, SNPSFILENAME varchar (255) NULL, SNPSFILEPATH varchar (255) NULL, SNPSLOADDATE varchar (255) NULL)]

    This object name, P6ACTI_READACTIVITIESRESPONSE created by ODI is a combination of scheme name defined in the JDBC URL properties (or the first five characters of the XML file) and the element root. Therefore, I don't have any control over the name, unless I have change the schema name property.

    Restart the agent will solve the problem temporarily, but the error will appear again when the context is changed. My question is, how do I create/drop / let agent do this each time that the XML file is accessed ODI. I use ODI 12.1.3.

    Thanks in advance,

    Xmen

    Only, you should be able to query code KM to understand if these tables are created, but generally it will be in the scheme of work specified on your server of intermediate technology.

    We are not allowed to change the KMs, because it would create problems of alimony.


    Who with Oracle or internally? A large part of ODI power lies in an open framework around KMs and as long as you develop and test carefully any customizations KM I really can't see why the support would be a problem. You can run the table to fall outside the knowledge module, would be - this also be a support issue, the main difference is that a KM custom allows to reuse easier?

  • Structure of hybrid data - relational &amp; structural using the XML file

    Hello world
    I do not understand this conceptualization of the XMLDB maybe not for what and how it was designed for.

    I have 100 000 (Mutual Funds) XML files I loaded in the DB Table (XMLType column). (Each XML file is 5 KB of data)
    Now, I want to write a SICAV in which I can put 20 different search criteria. (e.g. Type of Fund, Star, ranking etc etc.)
    (I paginated resultset to 100 lines per page)

    Initially approach I took was to write the XML query using the extractValue function. However, when the results of the research in most large result set, time needed to return query results is huge. Especially at page 100, etc..

    As a hybrid approach, when XMLs are loaded into DB, I want to store 20 attributes in separate table and all XML in a separate table.
    and when extractValue queries are written to what ORACLE automatically re-writes of applications to use the flat table when it is made reference to specific attributes otherwise it load the XML table.

    Suggestions box will be greatly appreciated, if not I can always write queries to load a separate table and query it for the purposes of the screen.

    856584 wrote:
    Hello world
    I do not understand this conceptualization of the XMLDB maybe not for what & how it was designed for.

    I was conceived to manage XML, nothing more, nothing less.

    I have 100 000 (Mutual Funds) XML files I loaded in the DB Table (XMLType column). (Each XML file is 5 KB of data)
    Now, I want to write a SICAV in which I can put 20 different search criteria. (e.g. Type of Fund, Star, ranking etc etc.)
    (I paginated resultset to 100 lines per page)

    Which version of the database (all the numbers please)?

    Probably you have chosen the wrong "XMLType" storage model (and therefore no performance)
    Read here:
    http://www.Oracle.com/technetwork/database/features/xmldb/xmlchoosestorage-v1-132078.PDF

    Initially approach I took was to write the XML query using the extractValue function. However, when the results of the research in most large result set, time needed to return query results is huge. Especially at page 100, etc..

    As a hybrid approach, when XMLs are loaded into DB, I want to store 20 attributes in separate table and all XML in a separate table.
    and when extractValue queries are written to what ORACLE automatically re-writes of applications to use the flat table when it is made reference to specific attributes otherwise it load the XML table.

    Suggestions box will be greatly appreciated, if not I can always write queries to load a separate table and query it for the purposes of the screen.

    Read the given URL/pdf first.

  • How to make a dvd with an audio track after export using the media encoder? I have 2 separate files?

    Hello

    I just burn a video that I have completed. It's a m2v file and so I have a point of view audio AC3 and a video track. I thought I was ready to go, but I can't understand how to burn audio and video on the same disk. It's very embarrassing because the settings I should use for export to keep video quality will give me 2 separate files.

    So, what programs you use or recommend I would like to add an audio track? I don't want people to have the ability to switch between tracks, I just want a normal life trace that you have when you watch a movie, I mean he's playing just by default.

    Thanks to the adv.

    Mark

    Again is Adobe for DVD software, although there are others.  In General, the export of the elementary streams for use in an authoring application is the preferred method, then you are doing things.

    Specific help again, I would do you for the help file again.  If you decide to use another application, its own set of instructions will guide you.

  • Using the XML API

    Hi all.

    I'm brand new contract management module and the api XML. I going through the XMLAPI.chm but could not understand where to start. If anyone can help me with a simple program that I can run to understand the API XML which will help. Any pointer will help you.

    Thanks in advance.
    Sachin

    Hello, the API is just a servlet which receive a XML, using XMLAPI especified.
    To call the api, you must call a call on this http://server/exponline/XmlServlet with the parameter xmlQuery post url

    Here's an example of my method of connector

    public InputStream sendRequisition (XmlRequest xml) throws IOException {}

    If (conn == null) {}
    throw new RuntimeException ("not connected.");
    }

    OutputStreamWriter out = new OutputStreamWriter (conn.getOutputStream ());
    out. Flush();
    out. Write ("xmlQuery =" + xml.encode ());
    out. Close();

    Return conn.getInputStream ();
    }

    the XmlRequest is just an XML encoder, a subclass of my xml queries (I do classes to the best use)
    all you have to do is analyze the XML InputStream it returns.

    Request login example

    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://app.expedition.com/ http://127.0.0.1/exponline/xml-schemas/loginrequest.xsd" >

    EXP

    EXP

    CMPROJ

    applications must sessionId, that his return to the connect call, but this is especified on Documentation

    Good luck

    Published by: user12718422 on 03/03/2010 05:22

Maybe you are looking for

  • Fan number after updating to Mac OS Sierra

    Hello people, as many of you all know, Apple released macOS Sierra. The updating of this new operating system, I have been met through rather annoying problem for me. It seems that my fan is not eager to be quiet as it has been in the previous operat

  • HP Compaq 8200 Elite SFF PC: Population of memory HP Compaq 8200 Elite SFF PC

    What is the maximum RAM, this model can accept? 16 GB or 32 GB? in the manual it says maximum 16Gb and it says in another manual maximum 32 GB which is correct? What channel is the channel A and channel is channel B? In the manual it shows Dimm1 and

  • Satellite M50-161: after you have reinstalled XP, OS lost the DVD/CD player

    Hi, I have a laptop Satellite M50-161. Since the loading of Windows XP Professional, I lost the driver and can not copy on a CD, but it will read. How to restore the driver to copy! Your wings66

  • video square

    Is it possible to release a video in a square format?  (Something for a client)  I can use the trim option in FCPX to get the square image, but when it is exported, there is, of course, the black bars on either side of the image.  It is a fair way to

  • Reading .exo file

    Is there a way that LabVIEW can read files that are in the format .exo?