Indesign, XML export and NITF

As producer of a weekly newspaper, I need advice as to generate xml from Indesign CC (Mac) to NITF standards, as preferred by my digital distributor. That includes dividing an article - that may be formatted in just one text frame - into two equal elements: One for headline, byline etc., and one for the body of text. Is there any way of doing this without altering the original layout, intended for printing? I would rather not having to break the one frame up into two just for this purpose – for every article in the paper. Simply put: can one frame, in a whizz, be two elements, both head and body? There are no shortage of helpful advice around on xml, nor on the NITF standard for news dressing, but I have not yet found one that deals with both. Thanks in advance.

Your suggestion seem to work for me. I created two tags (head and body) that I applied just to other groups of tagged text. It gave me this structure, that might just be what my doctor ordered. Now I am ready to move on to next question: How to get 3 text frames squeezed into this same structure... Thank you so much, Mike!
<Root>
<head> 
<title>title</title> 
<lead>lead</lead>
<byline>byline</byline>
</head>
<body> 
<bodytxt>bodytxt</bodytxt> 
<sub3>sub3</sub3>
<bodytxt>bodytxt</bodytxt>
</body>
</Root>

Similar Messages

  • XML Exporting and Importing

    When I export and then import an InDesign file, character styles inside paragraph styles are not closing correctly. The XML code looks correct but it doesn't resolve as expected.

    I am uncertain what you are doing--how you are preparing for exporting to XML. I am also uncertain what you are doing for import. If I tag everything for export, including character styles, then upon import I can map those tags to styles. Is this what you are doing?
    Perhaps it would be good to know what you are wanting to accomplish for exporting as XML and its reimport.
    Please note I may be off-line for most/all the day so responding by me might be delayed.
    Take care, Mike

  • XML Export And Datasets

    I was going through the tutorial on exporting recordset data as xml.
    I created a page called export.asp I created a recordset, I ran the xml export, node mode, I took another page and tried to create a spry data set by using all files and choosing the export.asp page, but when I choose get schema it says:
    Unable to locate or parse the xml source(-1, -1)
    I'm connected to database recordset goes well, site is on a testing server
    localhost.. I put the spryassets folder in manually and pointed to it in that interface, Am I missing something?

    I do get an error browsing to the page, somthing like an error occured, please contact your system administrator, I have this on localhost right no if that changes anything, I also just typed the url in like http://localhost/Tport/export.asp and still cannot load the schema. Funny the tutorial did'nt mention nothing about browsing to the page and copying the url, unless I missed somthing, could it be somthing that need installed on windows vista to load locally? I am just at a loss, and realy want to get this to work, as I really see the potentual of this extention, with spry.

  • XML Export and Import

    Hi
         I knew that BW  metadata can be trasformed using XML Using export and Imoport but how to make selection of set of  BW objects through metadata export and import in XML format.
         For example i would like to export some 10 infoobjects to the PC WORK Station and would like to Import  the same XML file to another BW system.
    Thanks in advance.

    Hi,
    You can do it from RSA1 -> Transport Connection.
    Under XML->Export, choose "InfoObjects by Application components". Then select the ones that you need to export and drag on the right pane.
    Once you finish collecting all the InfoObjects, click on the "Export as XML" button and it will generate the XML.
    Hope this helps.

  • Best way to get SharePoint workflow to trigger InDesign XML refresh and PDF export?

    What is the best way to get a SharePoint workflow to trigger the refresh of an XML datasource within an InDesign document, and generate a PDF export? The datasource would be hosted by SharePoint.
    Would InDesign Server be required?

    My understanding of the license is that Adobe requires you to use InDesign Server for this sort of thing.
    But the implementation is probably the same either way. Periodically poll, or find some way to trigger it.

  • InDesign-XML Exporting text that has been deleted

    Hey,    
    After tagging my document in InDesign i deleted some text/pictures/tables. Now whenever i seem to export the same document to XML the old deleted text will export as well? Is there a way to stop this "ghost text" coming back in the export?
    Thanks!!!!!

    Yep--I read your first post too quickly.Sorry about that. Does the tagged structure show up in the structure pane? It should.
    I cannot replicate the problem. Anything I delete in my tagged files do not get exported into the resulting XML whether it is recycling imported XML or creating it from scratch in ID.
    Can you upload a sample to dropbox.com or another large document sharing site (that does not require membership) and provide a download link? If it is sensitive stuff, feel free to click on my name and email or private message me the download link. I would be happy to take a look.
    Oh. You also don't indicate which ID version you are using. Which could be an issue as regards me looking at the file. I stopped upgrading with CS6. I do not think XML or data merging has changed since, well, before CS6, so functionally it shouldn't matter. But if you are using CC, you would need to save out as an IDML for CS6 in order for me to look at it.
    Mike

  • InDesign CS4 Export and PDF Printing Problem

    Whenever we print PDFs created from InDesign CS4 documents that contain transparencies, drop shadows or gradients we've been having issues. White boxes will appear instead of the drop shadows and transparencies, and the colors of the gradient images will be completely different from what's in the original file. Of course, the PDF always looks perfect on the screen, and the .indd document prints correctly. The problems only occur when we print the PDFs.
    We create the PDFs in InDesign using the File>Export function, and we've tried every version of PDF compatibility from 4 to 8. We're not exactly sure if this is an InDesign issue or an Acrobat issue, but we wanted to check and see if there's something specific we need to do doing during the exporting process to prevent this from happening.
    Our IT department has been working on this but they're stumped, and the fine folks at Xerox insist that our printers are "fully operational."
    We quickly looked through previous postings and didn't see another problem like this one listed, but we apologize if this has already been addressed and we are posting the same issue twice.
    Any suggestions or insight anyone can offer is greatly appreciated. Thank you.

    Thanks Bob! I followed the information the links you provided and it solved our problems! I won't bore you with the details of how long how many different people have been trying to solve this issue, but let's just say it's a lot.
    You are being virtually hugged and/or high-fived by our entire Communications, IT and Printing Departments. THANK YOU!

  • CS2/MAC/Applescript: XML Export problem with Special Character (thin space).

    Hi,
    I just have noticed that the base XML export of Indesign doesnt encode/keep the unicode value of Thin Space in the exported XML. Strangely, a non-breaking space is encoded ( ) and a few other higher range unicode values (well not encoded, it's in the text data just like any other character).
    The thin space is converted to a char 63 (?). I have tried utf8 and utf16.
    Is this behavior documented somewhere? There is no option in the export window.
    Does it mean that the only complete and reliable way to export text data is to have another script to export the tagged page item text content? (i definitively can do this, but it's remove alot of the simplicity of using the base XML export) [and make any simple xml/text roundtrip unfunctionnal]
    Anyone having experience with XML workflow can confirm if i have just met a known limitation of Indesign??
    Thanks,
    Eric

    Oups! I was able to find something here on the same subject:
    http://www.adobeforums.com/webx/.59b561c7/0

  • XML export/import

    All,
       Can anyone please explain me the purpose and use of XML export and import in the transport connection?
    Thanks.

    Try this one!
    http://help.sap.com/saphelp_nw04/helpdata/en/60/2edd3b8f1b127de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/67/8882410349213ce10000000a1550b0/frameset.htm
    Hope it helps!
    Bye,
    Roberto

  • Audio slipping on XML export to FCP?

    I've edited a project is Premiere CS5.5, and now I want to bring it into FCP for some tweaking.  When I export the project using 'XML for FCP' the video comes through fine, but all the audio clips are 10 seconds later than they should be.  I've tried a lot of variations on XML exporting and importing between the two programs and nothing works.  The sequence in Premiere is 'DSLR' (the footage is from a Canon 5D).  I've tried making a new timeline with different sequence settings and exporting, as well as trying a lot of different sequence import settings in FCP. (FCP is 7.0.3)
    I cant just export the audio as one track, because I need it editable in FCP.  Also, other projects have exported via XML just fine, so it seems to just be this one file with the problem. I even tried it on another machine and it had the same results. Is there a setting somewhere that I missed?  Is there a standard sequence setting for importing Canon 5D footage from XML into FCP?
    Is it just a bug?  This is a professional job, and I'm running behind because of the week I spent trying everything I could think of to fix this problem.  Anyone have any idea?

    " Do you have any specific questions we might answer?"
    Yes, as I stated in my first post-
    1. The audio is slipping 10 seconds per clip on an XML export from Premiere to FCP.  Has anyone has this problem and know how to solve it?
    also
    2. Is there a tutorial somewhere that details how to keyframe audio levels per audio clip on a time line (not just a whole track at once)
    If anyone has any ideas on either, I'd really appreciate it. 

  • XML import and Export

    Hello,
    could someone help me with this issue?
    We had process chains in production, but not in development. We extracted the chain via XML and imported these in development.
    It seems that it has collected all objects related to this chain. We are now at the point that we decide to remove the XML import out of the development system.
    The question here is, what will happen if we do this?
    I hope someone has the answer for this.
    Kind regards,
    Harald

    well, this is what i've discovered so far
    indesign footnotes don't live on the xml tree, so there's no way for them to be "tagged" as a footnote on import. from what i can tell, the easiest way to "automatically" create footnotes from n xml import is using the indesign scripting system. there are a few pdfs inside the indesign application folder and some samples - these are also available on the adobe website.
    using scripting, you can create an xpath query to iterate over your footnote elements, then create an indesign footnote object at the same point in the text, copy the contents from the footnote element into the indesign footnote, then remove the footnote from the xml tree. or maybe just plonk it in a text frame living on a hidden layer or something. i haven't gotten that far yet.
    i haven't got as far as exporting yet, but i reckon there could be a similar trick available via scripting. another option would be IDML, which definitely has footnotes tucked away in its pckage somewhere.
    does anybody else have a better solution, or more light to shed on the matter?

  • Export and Import of content in indesign

    Hi,
    Thanks in advance for helping me out.
    i work on indesign for book publishing. Is there are way where i can export just the content from my book ( through XML or anything suggested), send it to translator and import the same XML after translation. So that my development work time will reduce? Please suggest any better to achieve it

    Peter's correct, as usual. The answer is "whatever your translation provider needs." But their answer will really depends on the kind of book you've written, both the content and the format. If it's a technical manual that has lots of graphics and callouts and such, but not already XML-tagged, I'd ask for a complete InDesign packge with all links. If it were a comparatively simple book that was just text - say, a novel, or a manual that was primarily structured text - then an exported IDML file would be all I'd need. Your translation provider is likely to use a translation tool that, as Peter suggests, will only accept IDML files.
    Now, if you tagged your InDesign document for XML export, then you probably have a workflow that you could describe for us that would give us an idea as to whether or not you could export XML for translation. But frankly, if XML is already part of your workflow, then it may be easier to go back to your data source and generate XLIFF or some other easy-to-localize format.
    Lastly - when you want to reduce your "development time" what are you talking about? Usually translation providers will want to handle the format as well, and not just because they bill for it! If you don't read the langauge then you won't know the typographical conventions, or how to handle the fonts. It's awfully easy to ruin a translation if you try to format it but can't read it.

  • Footnotes and XML: import and export.

    I've been playing around with ID CS4 for a week or two now, and can't seem to figure out a way to get footnotes into, or out of, an InDesign document using the XML import / export feature in the Structure pane. It seems you can't tag footnote text, which precludes it ever being "structured". I did notice the footnote is available when exporting as IDML, however.
    Is there a way to manipulate footnotes from the document's structure / xml tree? I am working with DocBook sources, and need to find out a way to get footnotes marked up correctly in InDesign... this is proving to be a bit of an issue. Any help or reference pointers would be greatly appreciated.

    well, this is what i've discovered so far
    indesign footnotes don't live on the xml tree, so there's no way for them to be "tagged" as a footnote on import. from what i can tell, the easiest way to "automatically" create footnotes from n xml import is using the indesign scripting system. there are a few pdfs inside the indesign application folder and some samples - these are also available on the adobe website.
    using scripting, you can create an xpath query to iterate over your footnote elements, then create an indesign footnote object at the same point in the text, copy the contents from the footnote element into the indesign footnote, then remove the footnote from the xml tree. or maybe just plonk it in a text frame living on a hidden layer or something. i haven't gotten that far yet.
    i haven't got as far as exporting yet, but i reckon there could be a similar trick available via scripting. another option would be IDML, which definitely has footnotes tucked away in its pckage somewhere.
    does anybody else have a better solution, or more light to shed on the matter?

  • Need script to export Indesign to word and keep word index codes

    Hi,
    I have a document and the index was created by importing word docs with indexentries. Now the client wants to revise the book and wants the text converted back to Word, but he wants to keep the orginal word index codes. Is that possible? Exporting as tagged text results in showing the index codes, but also much other codes which are not needed.
    Would be greatfuull for some tips, or preferable a script that does the trick.
    kind regards
    Peter
    Indesign  cs5.5 Imac 27 inch. Max osx 10.7.4 language Dutch

    designer1955 wrote:
    Exporting as tagged text results in showing the index codes, but also much other codes which are not needed.
    What were you going to do with this Tagged Text file? That's only good for re-importing it back into InDesign.
    Anyway, it doesn't require a script at all. I had the clever idea of testing this, and indeed: index entries in InDesign are exported in RTF.

  • Indesign CS4/CS3 and Export to PDF problems

    Hello,
    I have been having problems with both Indesign CS3 and CS4 and exporting large documents to a PDF-file. Exporting halts with error messages like: "Failed to Export the PDF file" in CS4 or "Error encountered while reading JPEG image" in CS3.
    Problem can be corrected by simply closing InDesign and restarting it and opening the same file again. It appears that problem occurs more often the file is large. Any suggestions how to fix this problem?
    I'm using Vista 64-bit and have 8GB memory.

    Handling of missing links HAS changed, and in my opinion for the worse, but at the request of users, so that missing links no longer open the Links panel automatically or ask you to update on opening as they used to, though you should still receive a warning that the links are missing UNLESS YOU HAVE TURNED IT OFF IN YOUR PREFERENCES. It's on by default and you will find the option under the file handling section.
    The rationale is that many workflows do not require that links be intact to accomplish the current editing, and longer documents with hundreds of missing links used to take many minutes to open while ID searched, essentially costing those users lots of money.
    IF you have stored the links in the same directory as the .indd file, and IF you have moved the entire directory and IF you have enabled finding missing links when opening files, InDesign will find and update the locations for the links when the file is opened. If ID is unable to locate a link, because it is not in the current directory or a subfolder, you will see a warning message (in the past you would have had the option to browse for the missing files), and you must open the links panel if you wish to fix them manually.
    In my opinion this is a very acceptable situation, and a great benefit to all types of workflows. I need to know links are modified or missing, so I've left that enabled. Those who don't need to know are no longer bothered or delayed. I suggest you pay a visit to the preferences and make sure that missing/modified checks are enabled, and if you are still having problems then your links aren't stored in the same directory, and that has always been an issue in ID when things get moved.

Maybe you are looking for

  • How do I restore my iTunes library from a backup?

    Like an idiot I deleted my Itunes library after backing it up to an external HD. After doing this I deleted my original iTunes library and lo and behold I had no music. I thought I would be able to play them from the external HD but this wasn't the c

  • Using check boxes appear as a "tick" and I want a "X"

    Hi guys - new user to Adobe Forms (MAC Adobe Acrobat XI) - I have used check boxes in my first form however when I check them they appear as a "tick" and I want a "X" - I went to the properties section and tried all the options (circle, etc) but it a

  • How can I customize a recurring appointment, e.g., every second Saturday?

    Using the ipad or iPhone, I have not been able to create a customized the recurring period for an event.  I have had to go to my outlook calendar on the pc then resync with the iPad.  Any suggestions?

  • How can I make a link in a AccordionTab?

    Hi, This is my website: www.student.tue.nl/V/b.a.t.moor As you can see the basis for my website is a Spry Accordion. The words with a large font-size are the first navigationlevel. The smaller words in the Tabs are the secondaire navigationlevel. Now

  • Urgent:  EDI Aperak

    Hi, We have an urgent requirement where we have to provide acknowledgement in APERAK format. Entire scenario could be explained as follows: This is an EDI-IDoc scenario where source is EDIFACT D96A and the target is ORDERS05 IDoc.This scenario is wor