XML flow workflow

I'm trying to import XML data into InDesign to create my pages. I've applied a simple XSLT transformation to organize the structure of the XML the way I need it.
The problem I'm having is one of the elements isn't always in every node. If that element is in the current node, I want to add a return after it. If that element isn't in the current node, I don't want to add the return. How do I go about accomplishing that? Should I add it to my XSLT, and if so, what do I need to add? Do I add some type of processing instruction?  I've done some searches and can't seem to find the answer to my problem, any insight would be greatlly appreciated.
Thanks in advance!

I'm trying to import XML data into InDesign to create my pages. I've applied a simple XSLT transformation to organize the structure of the XML the way I need it.
The problem I'm having is one of the elements isn't always in every node. If that element is in the current node, I want to add a return after it. If that element isn't in the current node, I don't want to add the return. How do I go about accomplishing that? Should I add it to my XSLT, and if so, what do I need to add? Do I add some type of processing instruction?  I've done some searches and can't seem to find the answer to my problem, any insight would be greatlly appreciated.
Thanks in advance!

Similar Messages

  • Workflow Issue - Delivery address XML Reference workflow - Error

    Hello All,
    I am an ABAP developer, with very limited knowledge in Workflow, and I am stuck with an ongoing issue for quite sometime. We have a scenario where we need to a workflow triggers for a specific UNDATED sales order lines (identified by values in VBAP-Zfield ) in R/3 box, and it carries an XML request (probably mails it) to a SAP CRM destination, which would now update some CRM tables and generate a Call list in the SAP CRM box. This is one flow that used to be fine, but has stopped working since the past few months may because of some change, which is not yet identified. as multiple projects are working on the same boxes.
    To elaborate -
    1 - We have a SALESORDER_CREATEFROMDAT2 Idoc creating the SO, where in, based on a CUTOFF date condition, (if it is in the past), a VBAP-ZFIELD for the corresponding line is set to a value (08).
    2 - This event is expected to trigger a workflow for the Undated order/Delivery resolution , which would then create an XML doc for the SO and send this across to CRM box
    3 -This will then update a Ztable. This will be handled by a batch job in CRM to generate a call list.
    Now we are facing a problem in the second step here, where in the activity - 'BCKGRD: Create XML_DOC for SO: xxxxxxxx' is completing successfully, but having a failure in the next step  - 'Delivery address XML Reference workflow - ERROR'
    This is how the detailed workflow log looks -
    WF-BATCH                  Web work item created                               03.04.2014 08:12:29
    WF-BATCH                  Execution started automatically                   03.04.2014 08:12:29
    WF-BATCH                  CL_SWF_RUN_ALERT_ERROR                   03.04.2014 08:12:31
    WF-BATCH                    IF_SWF_UTL_MAIL~SEND                      03.04.2014 08:12:31
    WF-BATCH                  SWW_RI_EXECUTE_S                            03.04.2014 08:12:31
    WF-BATCH                    SWW_RI_EXECUTE_S                           03.04.2014 08:12:31
    WF-BATCH                  Execution started automatically                      03.04.2014 08:12:31
    WFXML                     START_EXECUTION_IN_BACKGROUND            04.04.2014 04:00:35
    WF-BATCH                  Execution started                                          04.04.2014 04:00:36
    WF-BATCH                  CL_SWF_RUN_ALERT_ERROR                   04.04.2014 04:00:44
    WF-BATCH                    IF_SWF_UTL_MAIL~SEND                   04.04.2014 04:00:44
    WF-BATCH                  Execution started                                     04.04.2014 04:00:45
    WF-BATCH                    SWW_RI_EXECUTE_S                       04.04.2014 04:00:45
    I've also attached a screenshot for the errors, if that gives a clue.
    Request all the workflow experts to help me with a solution, or an approach towards a fix.
    Thanks & Regards,
    S Sen.

    Hi S Sen,
    Agree with Ronen....no mail recipient or from 10 records of mail recipient - one record is empty.
    Try to find out the intended email recipients....any data change there might have resulted in errors since few months. Maybe, some position got vacant, some config table to get the recipients got changed.....
    regards,
    Modak

  • Indesign XML-IN workflow - Anchoring issues

    Hi all,
    We are using Indesign CS5.5 and CS6.
    For XML-IN workflow, we have developed a in-house tool for automation.
    Marginal Notes: Using Script we drag the content from the XML tree and anchor it in Margin as per layout.
    The issue here: In Pagination if they release the anchor the marginal content become Non-XML and wiped out from the XML tree.
    Is there is any work-around to handle these types of issues.
    Please advice.
    Shaji

    Hello Shaji.
    As far as i know there is no solution for this. I'we been struggling with it for a while now. The only "workaround" i found was to use copy-paste instead of releasing the anchor:
    Select the anchored frame, copy it, paste it in place, then remove the old anchor. It should create a new Story element in the XML tree. 
    It's not hard to script, if all you need is to release all anchors from the document/story, for example

  • Problem when inserting xml flow into jspx page

    When I drag and drop the xml into the jspx I should get a pop up menu where I would choose region (Im following a tutorial) but I get nothing. I drag and drop and It just opens it in the design editor.
    I would appreciate any help you guys could give

    OK, let cover the basics first:
    JDev version?
    I assume you are on 11.1.1.2.0 or 11.1.1.3.0:
    You created a new task flow (right click on the 'Web content'->new->'ADF Task FLow'
    the check box 'Createas Bounden Task flow was set and the check box for 'Create with Page Fragments' was set
    The filename was something like 'search-email-flow.xml'
    This should create a new bounden task flow with the name of search-email-flow (which creates a xml file with the same name).
    Then you put one view to the flow. After creating the page fragment (the file created should have the jsff file type) you saved all work.
    The you open up an existing jspx file and drag the new flow from the 'Page Flows' folder under 'Web content' onto the design view of the jspx file.
    after dropping the flow you should then see the 'Create' dialog. e careful, you can't drop the flow everywhere on the page. You should drop in into a panel group or some other container. If you drop it i.e. onto a table you see the effect you described: it's opening the flow!
    Timo

  • Xml in workflow

    Hello,
    Can someone plz help me with following problem.
    I would like to start a business event with as attribute an xml document.
    Depending on a certain tag in the xml file, another business event should be started.
    How do i 'connect' an xml document to a business event ?
    If i do this, can I use an external java program to fetch the necessary tag en startup another business event ?
    Do i need to do this myself, or can oracle workflow start a business event depending on a value in an xml document.
    tnx,
    Chris.

    Hi Chris
    When raise a business event using the wf_event.raise API, you can set an XML document in the Event Data argument. The initial event could be a generic "xml.receive" event. As you say, you could then use the standard CompareXML or GetXML function activities to then determine the next event to be raised using an XPATH expression.
    Cheers
    Mark
    Hello,
    Can someone plz help me with following problem.
    I would like to start a business event with as attribute an xml document.
    Depending on a certain tag in the xml file, another business event should be started.
    How do i 'connect' an xml document to a business event ?
    If i do this, can I use an external java program to fetch the necessary tag en startup another business event ?
    Do i need to do this myself, or can oracle workflow start a business event depending on a value in an xml document.
    tnx,
    Chris.

  • Can someone tell me how to work with XML and workflow?

    Ive insert a XML file in a CLOB data type column of a table. Now I want to
    use some tags of this clob in a process of ora workflow. I know that there is a standard function get tag, but how can I say where the tag must get his information?
    Oracle should foreseen a document with step-by-step instructions, how to use XML in Oracle workflow. There is nothing to find on OTN or Metalink or even the internet to do this.
    Thanks for your time

    If you are using the standard XML Get Tag Value activity, you can specify the tag set in XPath notation. For details about this notation, see the W3C Recommendation "XML Path Language (XPath)". Note that this standard activity looks for the CLOB within an event message structure. See:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/workflow.920/a95265/std21.htm#xmlgettval
    Ive insert a XML file in a CLOB data type column of a table. Now I want to
    use some tags of this clob in a process of ora workflow. I know that there is a standard function get tag, but how can I say where the tag must get his information?
    Oracle should foreseen a document with step-by-step instructions, how to use XML in Oracle workflow. There is nothing to find on OTN or Metalink or even the internet to do this.
    Thanks for your time

  • Pls suggest for new xml flow in InDesign...

    Hi everyone,
    we have pitched into the new xml workflow in InDesign. Basically it looks like Pearson ETM XML workflow followed in Quarkxpress.
    Please go through this sample pearson xml coding followed in quark:
    DUE TO PROBLEM IN POSTING WE HAVE CHANGED < > AS [ ] IN ALL TAGS.
    [unitPart id=c01-upt-0001]
    [title]Defining the Realm[/title]
    [sect1 id=c01-sec1-0001]
    [title]Geographical Features[/title]
    [p]As Figure [xref target=c01-fig-0001/] shows, For many centuries Europe has been a hearth of achievement, innovation, and invention.[figureAnchor figures=c01-fig-0001/][/p]
    [sect2 id=c01-sec2-0001]
    [title][huc]E[/huc]uropes Eastern Border[/title]
    [p]The European realm is bounded on the west, north, and south by Atlantic, Arctic, and Mediterranean waters, respectively.Chapters [anchor id=c01-anc-0001/] and [anchor id=c01-anc-0002/].[/p][/sect2]
    Here our customer asked to proceed the same above xml structure in InDesign.
    For example: in above xml [title] tag comes under [sect1] tag as well as [sect2] tag. In Quarkxpress, we can control this [sect1] after [title] tag as [H1] style and [sect2] after [title] tag as [H2] style and so on through CPL rules.
    Here we struggle to follow the above process with InDesign. Because in InDesign if we pour the above xml the [title] tag should treated as [title] style only.
    So please guide and help us whether it is possible to follow the above xml process in InDesign....
    Thanks in Advance
    Thiyagu

    It's one of the major differences between Quark and ID.
    ID has a "paragraph composer" as will as a single line composer like Quark's, and it's on by default. When you use the paragraph composer the text is constantly analyzed and spacing adjusted for the best fit and appearance (according to the spacing algorithm and your justification settings) for the entire paragraph. If you force a line break, ID may adjust all the lines above as well as the lines that follow.
    If this is a "serious problem" you shoud probably witch to the single line composer. You'll find a drop down for it in the paragraph style definitin dialog under the Justification settings, or you can change an individual paragraph as a local override from the Control panel flyout menu.
    Most of us whove been ID users for some time find the paragraph composer to be one of the strenghts of ID, and feel it generates nicer looking text than a single line composer.

  • Pure xml flow in InDesign suggest pls...

    Hi everyone,
    we have pitched into the new xml workflow in InDesign. Basically it looks like Pearson ETM XML workflow followed in Quarkxpress.
    Please go through this sample pearson xml coding followed in quark:
    DUE TO PROBLEM IN POSTING WE HAVE CHANGED "< >" AS "[ ]" IN ALL TAGS.
    [unitPart id=c01-upt-0001]
    [title]Defining the Realm[/title]
    [sect1 id=c01-sec1-0001]
    [title]Geographical Features[/title]
    [p]As Figure [xref target=c01-fig-0001/] shows, For many centuries Europe has been a hearth of achievement, innovation, and invention.[figureAnchor figures=c01-fig-0001/][/p]
    [sect2 id=c01-sec2-0001]
    [title][huc]E[/huc]urope&apos;s Eastern Border[/title]
    [p]The European realm is bounded on the west, north, and south by Atlantic, Arctic, and Mediterranean waters, respectively.Chapters [anchor id=c01-anc-0001/] and [anchor id=c01-anc-0002/].[/p][/sect2]
    Here our customer asked to proceed the same above xml structure in InDesign.
    For example: in above xml [title] tag comes under [sect1] tag as well as [sect2] tag. In Quarkxpress, we can control this [sect1] after [title] tag as [H1] style and [sect2] after [title] tag as [H2] style and so on through CPL rules.
    Here we struggle to follow the above process with InDesign. Because in InDesign if we pour the above xml the [title] tag should treated as [title] style.
    So please guide and help us whether it is possible to follow the above xml process in InDesign....
    Thanks in Advance
    Thiyagu

    Hi,
    John Hawkinson thank you so much your suggestion.
    I am new  this type of discusion (on this page). So i think anybody could not replay my answer. So i repost my question.
    I want insert tags in my Indesign CS4 files. Is this posible when i select my powermath equaiton then run script. Script add tags automatically before/after my equation. Please ignore IDML word.
    Yes i an comfortable with XSLT presently i working with Pearson ETMV2.
    I have one more question when i past my snapshot its appear properly but when i agin see my commant then my snapshot disappear (see small blue rectangle).
    Thank you John again i am new in this industry please guide.
    snegig

  • Input XML to workflow fails

    Hi all..
    I m trying to send an XML to trigger a workflow and when the XML is sent from
    an application intended for a particular workflow...i get the following error
    on the console...
    java.lang.NumberFormatException:
    at java.lang.Long.parseLong(Long.java:331)
    at java.lang.Long.parseLong(Long.java:363)
    at com.bea.wlpi.evaluator.Comparison.evaluate(Comparison.java:195)
    at com.bea.wlpi.evaluator.And.evaluate(And.java:40)
    at com.bea.wlpi.evaluator.Expression.evaluate(Expression.java:315)
    at com.bea.wlpi.evaluator.Expression.evaluate(Expression.java:288)
    at com.bea.wlpi.evaluator.Expression.evaluateCondition(Expression.java:223)
    at com.bea.wlpi.server.eventprocessor.EventTrigger.evaluate(EventTrigger.java:241)
    at com.bea.wlpi.server.eventprocessor.EventTrigger.checkTrigger(EventTrigger.java:138)
    at com.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.java:144)
    at com.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerBean.java:52)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Unknown error: com.bea.wlpi.common.WorkflowException: The server was unable to
    complete your request.
    Unknown error: com.bea.wlpi.common.WorkflowException: The server was unable to
    complete your request.
    at com.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.java:163)
    at com.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerBean.java:52)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Nested exception is: java.lang.NumberFormatException:
    at java.lang.Long.parseLong(Long.java:331)
    at java.lang.Long.parseLong(Long.java:363)
    at com.bea.wlpi.evaluator.Comparison.evaluate(Comparison.java:195)
    at com.bea.wlpi.evaluator.And.evaluate(And.java:40)
    at com.bea.wlpi.evaluator.Expression.evaluate(Expression.java:315)
    at com.bea.wlpi.evaluator.Expression.evaluate(Expression.java:288)
    at com.bea.wlpi.evaluator.Expression.evaluateCondition(Expression.java:223)
    at com.bea.wlpi.server.eventprocessor.EventTrigger.evaluate(EventTrigger.java:241)
    at com.bea.wlpi.server.eventprocessor.EventTrigger.checkTrigger(EventTrigger.java:138)
    at com.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.java:144)
    at com.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerBean.java:52)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Nested exception is: java.lang.NumberFormatException:
    at java.lang.Long.parseLong(Long.java:331)
    at java.lang.Long.parseLong(Long.java:363)
    at com.bea.wlpi.evaluator.Comparison.evaluate(Comparison.java:195)
    at com.bea.wlpi.evaluator.And.evaluate(And.java:40)
    at com.bea.wlpi.evaluator.Expression.evaluate(Expression.java:315)
    at com.bea.wlpi.evaluator.Expression.evaluate(Expression.java:288)
    at com.bea.wlpi.evaluator.Expression.evaluateCondition(Expression.java:223)
    at com.bea.wlpi.server.eventprocessor.EventTrigger.evaluate(EventTrigger.java:241)
    at com.bea.wlpi.server.eventprocessor.EventTrigger.checkTrigger(EventTrigger.java:138)
    at com.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.java:144)
    at com.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerBean.java:52)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    n e idea as to how can i fix this............

    Hi
    There is a way to turn on debug info for the eventProcessor so as to
    allow you to see oncoming messages etc. To do this simply alter the
    startWeblogic command to include the following option
    "-Dwli.bpm.server.eventprocessor.debug=1". Output will then be posted to the
    console
    Tony
    Senior WLI Engineer
    "Edward Arnold" <[email protected]> wrote in message
    news:[email protected]...
    >
    Rathin,
    I don't have all the specifics as to what you are supplying in
    the XML, but your error appears to be caused from the value that
    you are parsing not being all numeric.
    Instead of doing this parse, change it to just retrieve a string
    (using a new variable) and examine the value of the string to see
    what it contains.
    Eddie
    "Rathin" <[email protected]> wrote:
    Hi all..
    I m trying to send an XML to trigger a workflow and when the XML is sent
    from
    an application intended for a particular workflow...i get the following
    error
    on the console...
    java.lang.NumberFormatException:
    at java.lang.Long.parseLong(Long.java:331)
    at java.lang.Long.parseLong(Long.java:363)
    at
    com.bea.wlpi.evaluator.Comparison.evaluate(Comparison.java:195)
    at com.bea.wlpi.evaluator.And.evaluate(And.java:40)
    atcom.bea.wlpi.evaluator.Expression.evaluate(Expression.java:315)
    atcom.bea.wlpi.evaluator.Expression.evaluate(Expression.java:288)
    atcom.bea.wlpi.evaluator.Expression.evaluateCondition(Expression.java:223)
    atcom.bea.wlpi.server.eventprocessor.EventTrigger.evaluate(EventTrigger.java:2
    41)
    atcom.bea.wlpi.server.eventprocessor.EventTrigger.checkTrigger(EventTrigger.ja
    va:138)
    atcom.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.jav
    a:144)
    atcom.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerB
    ean.java:52)
    atweblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    atweblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    atweblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    atweblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Unknown error: com.bea.wlpi.common.WorkflowException: The server was
    unable to
    complete your request.
    Unknown error: com.bea.wlpi.common.WorkflowException: The server was
    unable to
    complete your request.
    atcom.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.jav
    a:163)
    atcom.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerB
    ean.java:52)
    atweblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    atweblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    atweblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    atweblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Nested exception is: java.lang.NumberFormatException:
    at java.lang.Long.parseLong(Long.java:331)
    at java.lang.Long.parseLong(Long.java:363)
    atcom.bea.wlpi.evaluator.Comparison.evaluate(Comparison.java:195)
    at com.bea.wlpi.evaluator.And.evaluate(And.java:40)
    atcom.bea.wlpi.evaluator.Expression.evaluate(Expression.java:315)
    atcom.bea.wlpi.evaluator.Expression.evaluate(Expression.java:288)
    atcom.bea.wlpi.evaluator.Expression.evaluateCondition(Expression.java:223)
    atcom.bea.wlpi.server.eventprocessor.EventTrigger.evaluate(EventTrigger.java:2
    41)
    atcom.bea.wlpi.server.eventprocessor.EventTrigger.checkTrigger(EventTrigger.ja
    va:138)
    atcom.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.jav
    a:144)
    atcom.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerB
    ean.java:52)
    atweblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    atweblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    atweblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    atweblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Nested exception is: java.lang.NumberFormatException:
    at java.lang.Long.parseLong(Long.java:331)
    at java.lang.Long.parseLong(Long.java:363)
    atcom.bea.wlpi.evaluator.Comparison.evaluate(Comparison.java:195)
    at com.bea.wlpi.evaluator.And.evaluate(And.java:40)
    atcom.bea.wlpi.evaluator.Expression.evaluate(Expression.java:315)
    atcom.bea.wlpi.evaluator.Expression.evaluate(Expression.java:288)
    atcom.bea.wlpi.evaluator.Expression.evaluateCondition(Expression.java:223)
    atcom.bea.wlpi.server.eventprocessor.EventTrigger.evaluate(EventTrigger.java:2
    41)
    atcom.bea.wlpi.server.eventprocessor.EventTrigger.checkTrigger(EventTrigger.ja
    va:138)
    atcom.bea.wlpi.server.eventprocessor.EventProcessor.onEvent(EventProcessor.jav
    a:144)
    atcom.bea.wlpi.server.eventlistener.EventListenerBean.onMessage(EventListenerB
    ean.java:52)
    atweblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    atweblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    atweblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    atweblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    n e idea as to how can i fix this............

  • End footnotes to page footnote in xml flow indesign files.

    Hi,
    I am working with xml files in Indesign, but I had the problem with footnote text, because I need to set the end footnotes to be the page footnote.
    Is there any script to make end footnote to page footnote for XML through Indesign files.
    Thanks
    Hasvi

    In Indesign there is no way you can directly work on the XML-IN footnote, since indesign won't support XML tags in footnote stream.
    To achive that you need to have XSLT/Perl/Indesign Scripting.
    This task is achievable, you can create a auto footnote for XML workflow projects.
    1. Create an XSLT to transform the footnote to the respective places
    2. Change all the "<" ">" to some standard names, since indesign won't accept XML tags in the footnote stream.
    3. Import it in indesign and using script convert it to autofootnote.
    Shaji

  • Table Handling in XML Indesign Workflow

    Hi all,
    I have a question related to the table handling in XML workflow.
    The XML file have been imported to indesign for pagination purpose. Once the XML file have been imported all the tables and figure are came in Text Streams as INLINE, to make the figures and tables as floats we are draging from the XML structure to make it as floating instead of Inline, this is working for Figure.
    I am not able to drag the tables from the XML structure.
    Please help us to make the table float, is there is any script to make the table float or any other way.......
    kavya

    Hi Kavya,
    You have to create a dummy parent tag, now you can drag the parent tag to the frame.
    Regards,
    sudar

  • Mailing XML to Workflow Server - and merge

    I have a form created in Designer 7.0 - that I have posted on our web-site. Therefore it is a stand alone PDF file. I have it set it to submit the XML data via e-mail to our Workflow Server 6.2. When the server received the e-mail... it initiates a new Workflow and makes the appropriate assignment based on the rules.
    However, it is not merging the XML data into the PDF. Maybe this should be posted in the Workflow forum... Has anyone else run into this? Am I missing a programming step? I assumed that the merge would be inherent in the Workflow system.
    Thanks for the advice.
    jra

    Hi Daniel and thank you in advance for availability.
    The code is good for me ... to do something like this:
          lv_null_string = cl_abap_conv_in_ce => UCCP ('0000 ').
         LOOP AT lt_stream ASSIGNING <fs>.
           IF sy-tabix = lines (lt_stream). "only the last row must not be absolutely length
              FIND FIRST OCCURRENCE OF lv_null_string IN <fs>
                    IN BYTE MODE MATCH OFFSET lv_null_length.
              TRANSFER <fs> TO e_filename LENGTH lv_null_length.
           ELSE.
              TRANSFER <fs> TO e_filename.
           ENDIF.
         ENDLOOP.
         CLOSE DATASET e_filename.
    What do you think?
    Then I need your opinion, yesterday I turned the file, which was initially in BINARY MODE, in TEXT MODE, using:
    * Before the function
          CALL FUNCTION 'SCMS_BINARY_TO_STRING'
            EXPORTING
              input_length = lv_length
            IMPORTING
              text_buffer = lv_xml_string
            TABLES
              binary_tab = lt_stream
    * And then writing
         OPEN DATASET FOR OUTPUT IN TEXT MODE ENCODING UTF-8.
         TRANSFER lv_xml_string TO e_filename.
         CLOSE DATASET e_filename.
    Do you think this workaround will produce an equally correct file of XML or is it more correct (formally) write a binary file?
    I ask this because I don't understand why we are the only ones to have this kind of problem around ... there is no other case in SCN.

  • Folio XML file - workflow tips

    Hi,
    I have a interest to know more about the folio.xml file. The file stays inside the package .folio format
    Is there any tip or feature that I can use this xml file?
    Any tutorial about workflow with  XML and Folio formats
    Regards
    Felipe

    If you are creating several folio sizes for one issue this is a huge time saver. I use Sidecar Generator for my folio meta data. Here is the website http://projects.nordsueddesign.de/sidecarxml/# just need to enter the data, smooth scrolling, ad stuff and click generate, copy paste in to Dream Weaver and save as an XML and put it in with all your files that will be in the folio and load.
    It is very easy.

  • Need to know xml flow cross references, Its Very Urgent Help me

    need to know xml cross references coding and sample files for indesign cs3

    As far as I know, cross references are available in CS4/5, not in CS3. It is possible to write a script that creates hundreds, thousands of them very quickly taking the necessary information, let's say from tagged text. You wrote only one line, so it's difficult to me to imagine what XML structure you have and what your requirements are. But here is a script I wrote a while ago -- probably you need something similar, and here's the source code (not final version, of course) to show the approach I used.
    Kasyan

  • Struts-config.xml flow diagram

    Hey everyone... I'm looking for a tool that will take a struts config file and generate a flow diagram. It does not need to be complex, just a simple overview would be great. If anybody knows of a tool that will do something of this sort, please let me know.. Thanks...
    -Joe

    Struts Console(http://www.jamesholmes.com/struts/) will be helpful for that.

Maybe you are looking for

  • Field Prof.Segmt is a required field for G/L account SC01 410050

    Hi all, i am getting the following issue when trying to release an SD invoice to FI Field Prof.Segmt is a required field for G/L account SC01 410050 Message no. F5808 Diagnosis The value for field "Prof.Segmt" in the interface to Financial Accounting

  • MLUNXSND sends customer statements as .dat or unreadable pdf

    Hello Group, We are turning off our old MS Exchange server as we are moving to a MS Exchange 2003 enviroment so the SXC connector that we have been using will no longer be supported. Our SAP system is R/3 4.6C. We have implemented the Internet Mail G

  • Sorting a vector of objects?

    I'm having a real hard time sorting my vector, which contains objects that are made up of 4 Strings and 1 integer each. This is what I have for the sort routine, but something needs to go in the line that has "if (current.compareTo(smallest) < 0 )" t

  • Profit Center(Controling ) integration with SAP CRM Billing

    Hi, we are using SAP CRM5.O & R/3 4.7. Can you please some body give the information of Integration CRM Service billing integration with Controling(profit center). Regards Chandra Edited by: Chandra Sekhar Reddy.Botla on Apr 22, 2008 10:14 AM

  • Why am I having so much trouble using Touch ID on my iPad Air 2?

    I have loaded, deleted and reloading my fingerprint. It works about one time out of ten tries. Very frustrating. I usually have to use my password. What can I do to get it working properly?