Is it possible to extract the xpath for fields from a XML file

Hi,
After all we do the recording to capture the xpath of the fields, so i thought of extracting xpath from a XML file will be a good idea.
Is there a way to do this?
Please suggest
regards
Suresh

Yes, there is.  Go to the Tools menu -> Generate XPaths and load in your xml file.  Select the element you are interested in and you will get the XPath to utilise.
Regards,
Jamie

Similar Messages

  • How to reduce the pdf version & how to remove all the pre-delivered field from a pdf file.

    Hi Team,
    1) Please help me to reduce the version of a pdf file which is v1.7 as my BI Publisher support only pdf version  upto Version1.5.
    2)This pdf file 1.7 contains some pre-delivered fields, i want to remove all the pre-delivered fields. Please suggest.
    PFA link:-
    http://www.uscis.gov/files/form/i-539.pdf
    Please guide to remove the pre-delivered fields from this pdf & how to reduce the version.

    A lot depends on what you want to do with the file. The encryption has limited most options on the form. If you are wanting to simply post a view of the form, then you might try a screen capture. Of course there is always the question of what you want to do with the form and any legal aspects related to that use. Other than answering potential legal questions of your use, we might be able to help more if we were aware of the desired use. At the moment, the screen capture is my only suggestion. There may be other work arounds, but probably not appropriate for discussion on this forum.
    If you are wanting the form for publication as an example in some document, I would strongly suggest you contact the gov't agency and discuss your intent and try to get a version you can use with their approval. Overall, that is the cleanest way to do whatever you are after for a legit purpose. Even a graphic version should have the permission of the government agency.

  • I RECEIVED A DOCUMENT WITH PHOTOS BUT CANNOT EXTRACT THE PHOTOS FOR SAVING INTO MY PERSONAL FILE.

    I received a pdf file. the document has photos which I cannot extract each one and save in my personal  file. Can you help?

    Yes this is the document that I received.  Can you help me to get and save the photos in my personal file???

  • How to extract the size and date from a given file

    Hi,
    I want to extract the size and date of a file (it can be either a video, audio or text file) that the user points to the location of. But I am not sure how. Does Java have an api that can do this? If not is there some other way of doing this? Can anyone help? Thanks in advance.

    Have a look at java.io.File, specifically
    public long lastModified()
    This format returned (I find) is nasty, so then use java.util.Date (or java.sql.Date, look the same on the surface to me) to format it.
    Cheers,
    Radish21

  • Is possible to save the istance of class from memory to file?

    Hello i need a method fo save the istance of generic class to binary file.
    subsequently i load the class with ClassLoader.
    Thanks

    Multipost: http://forum.java.sun.com/thread.jspa?threadID=663738&tstart=0

  • How can I reference a dtd in the Web-Inf directory from an xml file?

    Hi,
    I've placed my test.xml and test.dtd files in the following
    direcory (part of my web application)
    weblogic\config\MyDomain\applications\sample\Web-inf
    When I refer to the dtd from the xml file, as follows,
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE application SYSTEM "test.dtd">
    Weblogic tries to look for the dtd in the weblogic directory(the
    place where I started the server from). How can I get it to read
    the dtd in the Web-inf directory?
    I'm using Weblogic6.0 SP1 on Windows NT 4.0
    Thanks.

    Two options:
    1) Use SYSTEM "http://localhost:7001/sample/test.dtd"
    2) Or use XML registry in WLS6.0
    Cheers - Wei
    "Paromita" <[email protected]> wrote in message
    news:3aaff997$[email protected]..
    >
    Hi,
    I've placed my test.xml and test.dtd files in the following
    direcory (part of my web application)
    weblogic\config\MyDomain\applications\sample\Web-inf
    When I refer to the dtd from the xml file, as follows,
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE application SYSTEM "test.dtd">
    Weblogic tries to look for the dtd in the weblogic directory(the
    place where I started the server from). How can I get it to read
    the dtd in the Web-inf directory?
    I'm using Weblogic6.0 SP1 on Windows NT 4.0
    Thanks.

  • Is it possible to change the email "To" field from what's in Address Book?

    I would like to change the name displayed in the "to" address from the way it's entered in the address book but can't find how to do this. I like to have the address book sort alphabetically by last name (so it's set up with last name first), but I don't always want to send an email in that format. For example, I'd like to change "Smith Family" (address book) or "Smith John" (address book) to "John Smith" when I'm sending an email, or even just the email address (without a display). I could do this in Outlook, but I can't find the same feature in Mac Mail. Even when I delete the display name and try to retype just the email address it just "bounces back" to whatever the name is in the address book. I hate to have to make multiple entries in the address book for the same family/email address just to get different display names. Is there a way around this??

    I'm sorry, but I'm still not clear on the problem. Do you mean that you have both "Smith Family" and "John Smith" tied to the same email address? If so, again, that "friendly" name isn't sent to the recipient, so the person receiving the email will get exactly the same thing regardless of whether you select the "Smith Family" entry or the "John Smith" entry. The "friendly" name doesn't go along as part of the email.
    It would only matter on your end when looking at your Sent email, and if that's an issue, it should be no problem to select which one you want; just start entering in the email address/name and wait a second; you'll get a dropdown with all the addresses that meet that criteria and you can just pick the correct one.
    Forgive me if I'm still not understanding what the difficult is or what you're trying to accomplish.

  • How to extract the a date field from a text value?

    Hi,
                                      SAMLE TEXT       Date: 06-FEB-14 02:47:07
    I have sample column in flat file like mentioned above, i need to capture only the date from this column. Can anyone please help me on how to extract this date from the column?

    Dear Mohammed Shariff,
    My suggestion is check it in google you can find no.of formulas related to excel.
    Ur's
    Mohan

  • Is it possible to extract the contents of any PDF file using Adobe PDF SDK?

    Is it possible to extract the contents of any PDF file using Adobe PDF SDK?
    For Example: There is one pdf file. Let us say xxx.pdf with 32 pages. I am interested in only in a topic present at 10th page. Can I extract this information and save it into another pdf file (means new pdf file)?

    Thanks Irosenth,
    I am actually interested in extract the page and create a new PDF with that page. But still there is a catch that on which basis the page needs to extract either on PAGE number OR on Bookmark basis.
    But here in this scenario assume I am looking for the PDF file, now I want to save only page 5. How can I extract page 5 automatically/programmatuically? Or in simple word how can I get the reference link of page 5?
    Here I am not getting clear picture that Do I need both SDK Adobe & Acrobat to achieve this requirement. And more over you have mentioned that SDK itself is free. But on Adobe side it is mentioned that it is available by license only with this I have another doubt: To work my desktop/system application with Adobe PDF library, this library needs to distribute with the application. So in this case will it be chargeable for each and every deployment.
    Could you please provide me the link from where I can download the SDK? So that I can do some excerise with SDK to figure out the exact flow of functionality to work with my application.

  • Is it possible to extract the text and images using PHP

    Hi friends,
    Is it possible to extract the text and images using PHP, in the same order as it is in the PDF?
    Else is it possible extract the same as XML using PHP, or ASP
    I googled it but its in vain, any help is appreciated.
    Thanks in advance.

    Dear Mike,
    Thanks for your quick reply,
    I mean is it possible to parse the PDF line by line using the PHP.
    I extracted the whole text but couldn't the images. Since the PDF's images are decoded using various methods like DCTDecode, JPXDecode, etc.
    The text is decoded with FlateDecode, which i breaked using a function in PHP.
    Thanks,

  • Input Controls - is it possible to change the font for a combo box

    I have an input Control combo box that is a mixture of english/chinese characters. In Webi I can view the chinese characters correctly if I change the font to MingLIU. Is it possible to change the font for an input control OR to set a default font?

    I am a first-time user of the photo book application in iPhoto.
    I also was a first-time user, so I started using it. Exploring the possibilities, learning my way around.
    Thanks, in advance, for any suggestions someone might have.
    Click the ? icon
    Oops. Sorry, but you're in the wrong forum : iLife > iPhoto

  • Is it possible to Extract the Data from Website?

    Dear Experts,
            Is it possible to Extract the Data from Website and Upload it in the SAP Table?.It is very Urgent.Please help me.
    Thanks & Regards,
    Ashok.

    Hi Friend,
    Generaly if it is one time activity you can do it manually by copy paste in excel.
    But if it is weekly or monthly activity then you have to ask website provide to provide data in excel or CSV file and upload it into SAP.
    I have a situtation like this, and they (Rapaport price) provide it in CSV format with defined columns.
    So it is better to raise the issue to website provider.
    Regards
    Krishnendu

  • Is it possible to extract the DN from a certificate?

    Is it possible to extract the DN from a certificate?
    During the SSL Handshaking process, does ORACLE read the certificate, write the certificate properties to some V$ table or enviroment variable?

    There is no problem yet. I just want to know ORACLE's capablities.
    I want know at any time does ORACLE record/store/save/etc the properties of a client's digital certificate. I want to use the DN from the certificate to login to an APEX application. Then use the DN as a parameter to call a WebService.
    Your thoughts!!!

  • Is it possible to find the Equipment for given PP work center?

    Hello PM Masters,
    Is it possible to find the Equipment for given PP work center?
    Please tell me which table will lend me the EQUNR when I have the PP work center (ARBPL).
    Thank you.

    Yes,
    Provided you maintain this value in Equipment master Location tab like this.
    And then query by this field in IH08
    Jogeswara Rao K

  • Is it possible to check the previous backups on a certain backup file for the iPhone.

    Is it possible to check the previous backups on a certain backup file for the iPhone. I need to backup and restore the files which were used in the second week of January, but now I am only able to see the latest iteration of the backup. I am assuming that the iPhone backup rewrites on the same set of files. I may be mistaken. Is there any work around to see the old backups? Any kind of help would be seriously appreciated.

    You can use zoom: Settings>General>Accessibility.
    " A simple double-tap with three fingers instantly zooms in 200 percent, and you can adjust the magnification between 100 and 500 percent."

Maybe you are looking for

  • I cant purchase storage on icloud, it keeps saying unknown error, why?

    i cant seem to purchase the icloud storage, it keeps saying unknow error occured, why? and i also cannot access icloud from the my laptop it also says unknown error occured, but i can open the website to access it. but why does this happen

  • Customer Tranaction History in R12

    Hi Gurus, I need a query to get all the transactions of customers in R12. the transactions includes all DM, CM, INV, REC,PMT and other Which will shows in terms of Debit ,credit and outstanding balance. please can anyone provide me the query to get a

  • Smartforms: SFSY-FORMPAGES = star very strange

    Hi, I have a very strange problem: In a smartform i use as usually &SFSY-PAGE&/&SFSY-FORMPAGES& for numer of pages/total pages. If the spool has less than ten pages all is right, if it has greater than ten pages (in the example 14) i get that: 1/* 2/

  • Reader prints A5 to Xerox Phaser on Windows 7 32 bit

    I have several Windows 7 machines most 64 biut but one is 32 bit (laptop). All have Reader 10.1.2 installed. I am printing to a Xerox Phaser 8560MFP, which uses Postscript. The 64 bit machines print perfectly. I am slecting print to Fit. The 32 bit m

  • Won't finish the adobe download. Please help!

    I have been trying to download the Adobe flash player. It gets to 50% then it says an error has occured. I have tried ten times and still won't work. Any suggestions? I have the latest Apple software for my MacBook.