InDesign crashes when I add xml tag

I have some groups (image + text) inside text.
When I try to add xml tags with a grep query InDesign crashes.
If I try to manually add xml tag to the text in a group, for example "evitare l'umidità", InDesign give me a message error.
I think it's a bug
Here there is the document Dropbox - ProblemaTag.idml
Thanks
Ivan

I haven't done a Book in CS6 yet, but I'm starting to wonder if there might be some sort of bug (not extremely likely, but....) that's new. We had another post yesterday where ID crashed when trying to move a particular file into the chapter 5 position.
Can you add this file first, then move it to the correct spot after the other files are added?

Similar Messages

  • Indesign crashes when I add 'rollover' button state. Why?

    I'm making buttons for an interactive pdf. I'm able to add an action to the button. However, when I select 'Rollover' in the Appearance section of the Button and Forms Menu, inDesign crashes.
    I am running the most recent version of InDesign CC. Not sure why this is happening. Help is appreciated.
    Update: the button I am attempting to edit is an icon I made in Illustrator. I have other similar buttons, but the same sequence of actions used on them does not cause the program to crash.

    If possible, please use any other gradient type than the mesh gradient in your button elements, then copy paste to ID.
    Alternatively, try to place the button in ID as AI file with layers (instead of copy paste).

  • Indesign crashes when I add a specific indd

    win 7 sp3 - 17-2600 cpu, 12gig ram
    I am building a book of multiple indd files (chapters).
    when I add a particular indd file, indesign crashes.
    this happens in both cs5, when add the file built in cs5
    and it happens in cs6, when I add the file opened and resaved using cs6.
    it happens if it is the 2nd or 5th indd file.
    it does not happen if it is the first file to add to the book.
    however, it typically crashes if I add a second indd file, and always crashes if I try to move any other indd file "before/above" it in the book, it crashes.
    The file opens fine if I open it on its own. it is only 22 pages and many of the other chapters are 40-70 pages.
    it is set to auto page # and auto chapter #.
    Any ideas on what I can fix in the file so I can include it in my book!?
    thanks!

    I haven't done a Book in CS6 yet, but I'm starting to wonder if there might be some sort of bug (not extremely likely, but....) that's new. We had another post yesterday where ID crashed when trying to move a particular file into the chapter 5 position.
    Can you add this file first, then move it to the correct spot after the other files are added?

  • Add xml Tags in Indesign CS4 by Apple/Java script

    Hi,
    All, I'm new to Indesign Scripting, and I'm hoping someone can help me with the following add xml tags in my xml indesign cs4 files.
    I have IDML (ETMV2) xml Indesign CS4 files. But i have lots of powermath equation without xml tags. So i want how i can insert xml tags.
    My probleam like this =>
    <no open xml tags>[&x^{2}+y_{3}&]<no close xml tags>
    I want like this (But i do manualy)
    <inlineequation><inlinemediaobject><textobject role="xpressmath">[&x^{2}+y_{3}&</textobject></inlinemediaobject></inlineequation>
    Can anyone write/suggest me how i can add xml Tags. By Apple/Java Script
    Any insight is appreciated!
    snegig

    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

  • Edit JS Script CS4 (Add XML Tags All pages automatically)

    Hi, all Scripter
    I have a javascript for add xml tags (ETMV2 Pearson, InDesign CS4).  We have select my powermath equation data then run script. Script automatically insert xml tags both side (open/close). But we select one by one then run script its time taking.
    var d=app.activeDocument,
    root=d.xmlElements[0],
    ie = root.xmlElements.add("inlineequation", app.selection[0]),
    im = root.xmlElements.add("inlinemediaobject", ie.texts[0]),
    to = root.xmlElements.add("textobject", im.texts[0]);
    to.xmlAttributes.add("role", "xpressmath");
    Example 1: My powermath equation data (InDesign CS4)
    [&x^{2}+y *frac*{1}{2x}&]
    Select powermath equation data then run javascript below mention. Script insert xml tags.
    <inlineequation><inlinemediaobject><textobject>[&x^{2}+y *frac*{1}{2x}&]</inlineequation></inlinemediaobject></textobject>
    Its time taking and select one by one
    Result:
    My main concern is that is this possible script find open [& and close &] all poermath equation data automatically then insert (add) xml tags all pages.
    Thank/Regard
    snegig

    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

  • Add xml Tags by Apple/Java script

    Hi,
    All, I'm new to Indesign Scripting, and I'm hoping someone can help me with the following (add xml) problem.
    Can anyone write/suggest me how i can add xml tags. By Apple/Java Script
    My Probleam =>
    [&x+2, y+3&]
    Solution => (But its manual)
    <inlineequation><inlinemediaobject><textobject role="xpressmath">[&x+2, y+3&]</textobject></inlinemediaobject></inlineequation>
    I want add xml tags on my powermath equaiton. Its ETMV2 xml tags.
      Any insight is appreciated!
    Thank you so much
    snegig

    Hi John,
    (1) Without xml tags my InDesign file
    (2) After add tags my file (its manually)
    Is this any script when i select my power math equation data then add xml tags automatically
    Thank's any suggestion

  • Add XML tag (all power math equation) after/before

    Hi all,
    I have JS code written by (Sir John Hawkinson "http://forums.adobe.com/thread/938603?tstart=90") its work fine. Actually script do add XML tags [&x+2&] after/before this power math equation.
    My problem when i run this script i am select matter (power math equation) one by one is that possible when i select few paragraph script add automatic xml tags select all "power math equation" matter.
    script code below:
    var d=app.activeDocument,
        root=d.xmlElements[0],
        ie = root.xmlElements.add("inlineequation", app.selection[0]),
        im = root.xmlElements.add("inlinemediaobject", ie.texts[0]),
        to = root.xmlElements.add("textobject", im.texts[0]);
    to.xmlAttributes.add("role", "xpressmath");
    Thank's
    Regard
    snegig

    Hello Sir,
    That time you suggest lots of possibility this script code. But 2 and 3 month i am very new in (InDesign, JS and my first jobs) so i have heavy workload so.
    I am really sorry once again could you any change/update this code.
    Thank you so much once again
    Regard
    snegig

  • InDesign crashes when printing

    Using InDesignCS2 4.0 on a MacBookPro OS 10.6.8.
    InDesign crashes when I hit "print" on all documents, so it looks like it's not corrupt data in the document. As a workaround, I can export to a pdf and print, but now need to add printer's marks, which can only be done through "print."
    I've re-installed the program from the original disk.
    Thoughts?
    -- Jerry Monaghan

    Is this an installation on a computer you've just acquired? Or did it work before on this particular computer?
    There is a mismatch between your InDesign version which came out in May 2005, and Mac OS X 10.6, which came out in 2009. InDesign CS2 was designed for a much earlier version of Mac OS X 10.2.8 to 10.3.8. Apple often makes OS changes which makes features in much earlier software versions not work.
    You're lucky to have a workaround to be able to print via PDF files.

  • Firefox 3.6.8 crashes when accessing Add-on Manager and Google Toolbar (v 7.1.20100723W) is enabled

    Well, as I said, Firefox 3.6.8 crashes when accessing Add-on Manager and Google Toolbar (v 7.1.20100723W) is enabled. This is on a 2010 white unibody macbook. I have a google toolbar, and all of a sudden, it keeps saying that it can't communicate with the toolbar. Now, I can't even uninstall it because whenever I go to the add on manager, it says there's an 'unresponsive script'. Could anyone help me? Thanks.

    I fixed it by running in Safe Mode, and uninstalling Personas. Thanks again!

  • Indesign crashes when placing pdf created in Xinet Fullpress.

    Indesign crashes when placing a pdf from Xinet Fullpress. Xinet thinks the problem is in inDesign.
    What to do?
    The pdf files works fine in acrobat and apple preview.

    Hi Peter, here is the link to the crashreport:
    http://pastebin.com/xzpp717i
    If you need the a test file that crashes, please download it on the attached link below.
    regard Martin
    Xinet pdf crash
    Hi, click on the link to download
    Tue Sep 18 2012, 15:47:53

  • My gmail crashes when I add attachment same with facebook, what can I do to fix this?

    my gmail crashes when I add attachment same with facebook, what can I do to fix this?

    That is not an Apple or OS X issue, I'd suggest contacting the modem manufacturer to see what the issue might be.

  • InDesign crashes when syncing book with Hyperlinks in master

    Hi,
    I seem to have an issue with InDesign crashing when trying to sync a Book (INDB file) with page links (Hyperlinks) in the Master.
    Ref. Hyperlink panel > Edit Hyperlink > Link To: Page
    I've narrowed the crashing issue down to InDesign only crashing when the Style Source (containing the master with page links), tries to sync with another doc in the Book that uses the master in the Pages panel. Thus I do not get a crashing error if the doc does not contain the master in the Pages panel.
    For the pages that did not contain the master on the Pages panel I noticed that the Hyperlinks were labelled differently from the Style Source (ex. "hyperlink 1" from the Style Source would be "hyperlink 2" in the first document synced with it (assuming only one hyperlink present).
    If I remove the Hyperlinks (page links) from the master, the error no longer occurs for any of the pages.
    I put the links on the Page as opposed to the Master to test functionality and they work as expected. Although part of the reason for having the Master is these links appear exactly the same across multiple pages in the Book.
    I've tried to export all my pages as IDML files then re-save them as INDD files to no avail. Did the same to all the files as well with "Save As" which didn't do anything either. I then installed the latest patch I could find: Application Version 7.0.4.553 (See all InDesign Patches), which also did not work.
    Not sure if this is a bug or if what I'm trying to accomplish should be done differently.
    The links in the Master need to link to the first page of select docs in the Book. Similar functionality to how a rendered table of contents would behave.
    Ref. Layout > Table of Contents...

    I had the same problem, and it turns out that the problem is having the same file into different folders. For example I had an MP4 in iTunes, and the same file in the photos folder that was being updated to the iPad. So I just removed one file and it syncs perfectly.

  • Need to add xml tag in the request message

    Hello Experts,
    Need ur help.
    Right now i am working on the scenario Http -> to -> Proxy.
    Whatever request i am getting is not having XML tag in it, and because of that my mapping is failing.
    Can you tell me that how can i add XML tag in my request so it will not fail in Mapping?
    Need to add : <?xml version="1.0" encoding="UTF-8"?> in request.
    Thanks,
    Hetal

    HI Hetal
    Instead of adding this to the source message. Remove this tag from mapping.
    Use a XSLT mapping without this initial tag. it will work.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:m="http://namespace">
    <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/>
    <xsl:template match="/">
    <xsl:for-each select="//tag">
    <xsl:value-of select="." disable-output-escaping="yes"/>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>
    Use this mapping without
    <?xml version="1.0" encoding="UTF-8"?>
    If you still see XML tag then use
    <xsl:output method="html"
    instead of
    <xsl:output method="xml"
    Thanks
    Gaurav

  • Indesign crashes when I try and open my document

    I created a file in Indesign which represents many days of work.
    It crashed indesign when I was pdf'ing the document and now it crashes indesign every time I try to open it.
    It is my only version.
    I have tried many ways to open it but nothing has worked - can you help?
    I've just realised that now - Indesign crashes when I try and open any document!
    Thanks very much
    NB Someone suggested I send it to Adobe and they may be able to fix it, but I can't find a contact email to send it to.

    You need to empty the InDesign Recovery folder (which is hidden in your user profile/library). You can find the path to InDesign SavedData in this link: Replace Your Preferences  and the recovery folder should be in the same folder with the InDesign SavedData file.
    Once the recovery folder is empty you should be able to launch ID, then try opening the file. If it wasn't damaged while writing it back to disk it will be fine, in the last previously saved state.

  • Indesign crashes when making a pdf

    My indesign crashes when making a pdf. I have tried disabling sync export ( a suggestion in a discussion) didn't help.
    What to do?

    Adobe Community: File Crashing on Output - printing/PDF/other

Maybe you are looking for

  • HTTP response does not contain a valid XML root tag

    I am running into an error in my trace portion of my XML when executing my application. The error is  "HTTP response does not contain a valid XML root tag". The HTTP request is successful with message 200 so it seems to be accepted by the Integration

  • Linking word docs - updates in RH reflected in word doc?

    RH8 HTML. Hi all, Quick question, I've been palying around with the word doc linking trying to see if its possible to link a generated word doc to my project, then have any changes made in my RH topics update into the Word doc without having to regen

  • Querying many tables at once from a select statement for specific values

    Hi all, I'm very new to PL/SQL and have a daunting task ahead of me. I'm pretty sure our database normalization scheme is all out of whack, which I dont have the experience to fix yet, but this is the task ahead of me without getting to change or fix

  • How to add filter at select options?

    Hi friends, I believe there should be a way to add filter, but I don't know where it is. The call is like this:   wd_this->r_selopt->if_wd_select_options~add_selection_field(     i_id                          = 'ACT_CAT'     it_result                

  • Can't compile the HTML-Java Wizard generated file.

    I have created a java file using HTML-Java Wizard. when compiling the java file it gives an error method getDeclaredMethod(java.lang.String,null) not found in class in java.lang.class can anyone tell me how can I remove the error ? waiting for your e