Find the file name of the XML you imported in InDesign

Once you import an XML using Indesign- is there a way to look up the file name/location of your XML file?
Thanks!

As i understand , you mean the name and file location of your saved XML file.
If yes, than click File > Export > <check the saved file and location>

Similar Messages

  • How to find the XML file size in the scenarios?

    Hi All,
    Recently i have attended an interview at a MNC.
    They asked some realtime questions like
    1.how to find the XML document size in a File-File scenario?
    2.What is mass-assignment replication etc.....
    Can anybody tell me the solution for these.
    Best regards
    Hari prasad

    If the input is a flat file, there is no exact way to calculate the size of the generated XML file, since it depends on many factors (number of fields in the recordsets, size of the name of the fields, number of records, etc).
    As a rule of thumb, generally ppl use XML file size = 2 x Flat file size, in order to do sizing calculations etc. But again, that is just an estimation, not a precise calculation.
    Regards,
    Henrique.

  • How to include the file name as an XML field

    Hi,
    I'm using a file adapter for process a flat file and convert it into an XML. Does anybody knows how to include the file name into an XML field.
    Ex.
    I process the file named <b>XXIMN21022007.txt</b> and I need an XML like:
    <MT_FILE>
    <field1></field1>
    <field2></field2>
    <field3></field3>
    <filename><b>XXIMN21022007.txt</b></filename>
    </MT_FILE>
    Regards
    Gonzalo

    Just go for dynamic configuration.
    Check the sender file adapter to write the filename in the header (as explained in Michal's blog) and then read that header in some mapping.
    U can use that even in simple message mappings.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/03612cdecc6e76e10000000a422035/frameset.htm
    Your code for the filename tag would be something like:
    <i>DynamicConfiguration conf = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
        “http://sap.com/xi/XI/System/File”,
        “FileName”);
    return conf.get(key);</i>
    Regards,
    Henrique.

  • CS5.5 can't find the XML Connector Component - what give

    I'm working on a actionscript 2 file in flash CS5.5 and can't find the XML Connector Component any place. What happened to it?  How are you suppose to get a round it missing. Is there someplace I can download the .swc file and install it? converting to action script 3 is not an option in this case.
    thanks
    Joel

    Thanks for the reply...
    But I can't find any information on using the URLLoader class in Actionscript 2. This is an Actionscript 2 project that I don't have the time or the knowlage to try convert to AS3.  What I need is the AS2 XML Connector Component, I just can't find it anyplace in CS5.5. Where did they move it to? or is it gone?. The cs5.5 help files link me over to the AS2 reference guide. I found lots of references to it in the AS 2 guide in the cs5.5 help files but they all start with....
    Confirm that your Publish Settings specify ActionScript 2.0.
    Add an instance of the XMLConnector component to your application and give it an instance name.
    So the problem is, I can't find an "instance" of the XML Connector Component any place in flash CS5.5. I do see all the parameters and the trigger method listed in the script window but can't find the "component". All the sample scripts I've found on using the XMLconnect have a line to import the component and when I try to use them it throws an error. 
    In fact I can't find any of the "Data" components that were in my older copy of flash. So I asume that Adobe , in their collective wisdom, decided we didn't need them any more so I guess the question needs to be...
    Given that this project must use actionscript 2, and that the XML connector Component appearently doesn't exsist any more. How do I do the job it did to get an XML file into my AS2 flash project. if I can get it loaded I can use the inspector, as I use to I assume, to bind it. Any code example or links to some would be appreciated.
    thanks
    Joel

  • I imported files from an external hard drive to Itunes on a new computer.  they imported & play fine, but the ratings & playlists are gone & i am unable to update any info.  I found a file name playlist on old drive & imported now most files are missing!

    I imported files from an external hard drive to Itunes on a new computer.  they imported & play fine, but the ratings & playlists are gone & i am unable to update any info.  I found a file name playlist on old drive & imported now most files are missing!  Help!

    Can you locate the iTunes Library.itl file on the old drive? Ideally you would have simply copied over the entire iTunes folder structure from <User's Music> on the old computer into <User's Music> on the new one to transfer the library will all playlists, ratings, play counts etc. intact.
    tt2

  • How to Find the XML Tag in indesign

    HI!!<br /><br />We are working with XML work flow in indesign. In indesign how could we find the XML Tag in indesign.<br /><br />Example::<br />In the Below list we could have to find the xml tag <chapter> in story editor or in the main text frame in indesign using find option. Kindely sent if any Plugins is available.<br /><br />For exmaple:<br />************<br /><book><br /> <part><br /> <chapter><br />  <head><br />   <para><br />    <bold><br /><br />Thanks,<br />C.K.Venkatesan

    I imported the xml file in vb.net. now i want to find the number of pages and no. of elements. i found out it. but i was not able to find which elements are placed in which page. i want that information. plz kindly help. i am using vb.net. for eg. <ce:figure> placed in which page no., <ce:sections> placed in which page no., etc..,

  • Unable to find the xml message in the queue even though xml is invoked

    Hi,
    Currently,we are invoking a queue in a BPEL Process where we are trying to place an xml into it.When verified in Console can see the queue is invoked and also a new record is being created in the queue but unable to find that xml in it.Could you please tell me how and where can we find the xml in the queue.
    Regards,
    N.Das
    Edited by: DasN on 05-Mar-2013 22:52

    Check these...
    https://forums.oracle.com/forums/ann.jspa?annID=893
    http://docs.oracle.com/cd/E13222_01/wls/docs100/ConsoleHelp/taskhelp/jms_modules/queues/ManageQueues.html
    Cheers,
    Vlad

  • How to remove the XML attribute value in Indesign file by javascript

    Hi all,
    How to remove the XML attribute value in Indesign file.

    Try this,
    if(elm.xmlElements[i].xmlAttributes[j].name == "aid:pstyle" || elm.xmlElements[i].xmlAttributes[j].name == "aid:cstyle")
    Vandy

  • Find the XML Element [ email ]

    Hi All,
    I am new to InDesign scripting.
    I want to know how to find the XML Element [<email>] in n number of nested structure?
    Give me any idea.
    Thanks, RAJ

    Hi RAJ,
    See my updated code below:
    var myDocument = app.activeDocument;
    FindEmail(myDocument);
    alert("process Completed");
    function FindEmail(elm)
        for (var i = 0; i < elm.xmlElements.length; i++)
            XMLelementName=elm.xmlElements[i].markupTag.name.toString();
            if(XMLelementName=="email")
                elm.xmlElements[i].markupTag = "mail";
            FindEmail(elm.xmlElements[i]);
    Regards,
    Ramkumar .P

  • Can not see training videos - message "We can't find the page you are looking for, please return to the Apple Support homepage?

    Can not open Training Videos shown on Apple Site - message comes us " we can not find the page you are looking for - please return to the main Apple Site"? Help

    You've used the wrong name for the folder that holds the html page.
    http://web.mac.com/artworksforyouth/iWeb/Site/Home.html
    Is what it is trying to find (and it doesn't exist).
    www.artworksforyouth.org redirects to www.artworksforyouth.com which then redirects to your iWeb page.
    Rather than the word "Site" in your URL you need to use ArtWorks%20for%20Youth

  • Hello, I'm using ubuntu with firefox5 and can not find the option to import my bookmarks file backup

    Hello, I'm using ubuntu with firefox5 and can not find the option to import my bookmarks file backup

    Is that Ubuntu 11.04?
    Ubuntu 11.04 displays window menus in the control bar at the top of the screen<br />
    Click on Bookmarks/Show All Bookmarks then move your mouse to the left upper corner toward Firefox Web Browser.<br />
    You'll get pop up menu (Organize, Views and Import and Backup).<br />

  • Where I can find the XML error messages repository?

    Hi guys,
    I don't know where I can find the XML error messages repository? (SXMB_MONI)
    I found a structure SXMSMSGDSP! But this is only a structure... I need a table or something like a program who can handle this structure.
    I think, this structure is used to shown an ALV, but first, a method read from memory and handle these data to ALV functions.
    There is a simple table or a kind of way to access this data (error messages) and manipulate it?
    Thanks in advance,
    Ricardo.

    Hi,
    U can check Table <b>SXMSPERROR</b> in in SE11....
    Regards,
    Sridhar Reddy

  • I am a new user of iTunes and want to download music.   The instructions are:  1. Find the item you want  2. Click the button to download.   My problem is that I can not find a download button - what does it look like please?

    I am a new uses of iTunes and want to download music.   The instructions say:
    1.  Find the item you want
    2.  Click the button to download
    My problem is that I can't find a download button to click.   Where does it appear please?

    Thank you a million times over.   I've literally spent hours trying to solve this and I think those responsible for compiling the 'Help' notes for iTunes would be well advised to make this point clear in the downloading instructions.

  • I've formatted my PC, how do you find the album you have bought in there on my account again?I've formatted my PC, how do you find the album you have bought in there on my account again?

    I've formatted my PC, how do you find the album you have bought in there on my account again?

    If you reformatted you disk, then you music was deleted.
    Apple only allows one download and advises that purchases are backed up.
    I guess you don't have a backup?
    If not you can recover purchased music from your iPod if you have one:
    http://discussions.apple.com/thread.jspa?messageID=11857427&#11857427
    If you can't do either, try contacting customer service and explain the situation, but they are not obliged to help you.
    http://www.apple.com/support/itunes/

  • Files saved on memory stick on pc show as original file name followed by .XML and i cannot open why

    files saved on memory stick on pc show as original file name followed by .XML for example tester.doc.XML, is there any reason?  I cant open these on mac, if i put it back in PC is shows file as normal without .XML.  Confused.com any ideas.

    I have files on my work laptop (PC) e.g. document1.doc (word document), I then save it to my memory stick (which i have reformatted, I also tried my external disk drive) and then take that to my macbook, plug it in and in finder it then shows as document1.doc.XML, which i cannot open.  It happens to all types of files, it just seems to add .XML on the end of everything.

Maybe you are looking for

  • Pacman doesn't upgrade and update the system properly

    It's been almost one and half months that my system is not getting upgrade or update, what all I go t is : bhaskar@bhaskar-laptop_11:28:06_Mon Sep 06:/etc> sudo pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date

  • As of iOS 8.1.1, iTunes no longer sees my iPhone at all.

    I download new music on my computer regularly, and thus, sync my iTunes library to my iPhone regularly. As soon as I updated my iPhone from iOS 8.1 to 8.1.1, iTunes on my computer was no longer able to see my iPhone at all. The first time I tried to

  • Brand new iPod touch won't stay connected to Wifi

    I got a brand new white iPod touch for Christmas, and I can get it to connect to the internet and I can use the internet, but then after a few minutes it drops off the connection and I have to go back in and reconnect it. I know there isn't anything

  • Sending email after deleting the records in a table

    Hi I am deleting the records in a table. After deleting the records, i want to send an email to another person. I am planning to follow this steps. 1. Create a trigger on the table(AFTER DELETE ON table FOR EACH ROW) to copy the deleted records to te

  • Date in german version

    hello, i want to create a form letter with the actual date. how can i get the actual date in a german version ? e.g. 24. April 20002 i just get english versions of date. thank you Thorsten Lorenz