Is there any package as an XML Reader?

I have a simple XML file on the web like:
<XML>
<A>true</A>
<B>ABCDEF</B>
</XML>
I would like to ask is there any simple XML Reader class for me to retrieve the value of the filed of the XML file easily?
e.g., someclass.getValue("A") will give me true
and someclass.getValue("B") will give meABCDEF
Thank you very much for your help.

not that simple, but there are DOM parsers ( could download jaxp on java's site ).

Similar Messages

  • Are there any costs for an adobe reader software distribution license ?

    Are there any costs for an adobe reader software distribution license ?

    No (except for the costs of having your legal team check the license). You do need to read the license carefully, you are making specific commitments and there are specific restrictions.

  • Is there any RFC function module to read domain fixed value

    Hi,
    Is there any RFC function module to read domain fixed value from remote system in basis layer?
    As we cannot simply wrap DD_DOMVALUES_GET with a new RFC module,because remote system will not install our component, our wrap function module is not there.
    We may need a RFC fm from basis layer.

    HI,
    Try using Function Module:
    DD_DOMA_GET , If it is RFC enabled it can be used for reading the domain,
    Kindlly go through this link below:
    How to get "Fixed Domain Values" from other system by RFC-Call?
    Hope it helps,
    Regards
    Mansi

  • Is there any built in software for reading EPUB. In iTunes or iMac ?

    Hi All,
    Is there any built in software for reading EPUB. In iTunes or iMac ?
    Is there a kind of plug in for iTunes that let you read EPUB files ?
    If nothing is provided, what woul be the best alternative ?
    What's the best software for reading EPUB on an iMac ?
    Many thanks.
    Bests,

    There's nothing built in. I don't know what the best is, but you could try this:
    calibre - E-book management

  • Are there any packages compatable with LabVIEW to make the program CFR21 part 11

    Hello All,
    Are there any packages that are compatable with a LabVIEW program, which creates a .csv file, that would make the program CFR 21 Part 11 compliant?

    A quick search of Google for " cfr 21part 11 labview" returns several links.
    http://www.ni.com/white-paper/4570/en
    http://www.ni.com/white-paper/8751/en
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Is there any package i can use to make it click a set spot on the screen?

    Is there any package that could do something like this: that would click a certain spot on the screen over and over at timed time
    import java.PACKAGENAME;
    public class Click {
    int delay;
    public static void main(String[] args) {
    while(true) {
    click(869, 102); // a certain dot on the screen, (pixel x, pixel y);
    }

    //import awt
    java.awt.Robot rob = new Robot();
    x,y to click at.
    d delay between mouse up n down - u can just do the down too
         static void mouseClick(int x, int y,Robot rob, int d){
              doFore();
              //u.sl("do mouseClick x " + x + " y " + y + " d "  +d );
              rob.mouseMove(x, y);
              thSleep(d);
              rob.mousePress(InputEvent.BUTTON1_MASK);
              thSleep(d);
              rob.mouseRelease(InputEvent.BUTTON1_MASK);
              thSleep(d);
    /**utility sleep*/
         static void thSleep(int i){
              try{
                   //u.sl("sleep " + i + "\n");
                   Thread.sleep(i);                    
              }catch(Throwable e){
                   //u.se(e, e);
                   //apEr(e);
    //u.sl, apEr is logging - System.out.println(); and err.printStackTrace - can comment out those lines

  • Urgent : Is there any c++ parsers available for reading tnsnames.ora

    I have to parse the tnsnames.ora and get the connection string , host name , instance name , port etc .. and store it in my local memory structure . Is there any c++ parsers available , which parses and gives the desired output or do i have write my own parser .

    You're right...the database connections work fine if I define them manually rather than reading them from the tnsnames.ora file.
    I was hoping to have many users running SQL Developer so using the tnsnames.ora file might save people's time and reduce the number of database connection-related support calls.
    If worse comes to worse, I can create an XML file to define the database connections. The only drawback to this is that we have an automated procedure to update people's tnsnames.ora whereas there is currently no way to keep the XML file up-to-date.

  • Is there any compoment can explain XML & HTML?

    I want to create an client end-point as an explorer like IE,which can send http request and receive XML(including XSL SVG and so on),HTML,JavaScript and expliant them and show them right on my client end-point explorer.
    I mean that I will use swing to create a UI to replace the IE UI,and it can support all the functions of IE, so,is there any compoment can help me as a plug-in ?

    Johny,
    Swing has Styled Text areas to accomplish your requirement (see JEditorPane and JTextpane). Don't expect much from them. Rendering HTML is not easy, when you want a good rendering engine use the mozilla rendering engine or embed internet explorer in your application. This will involve doing native coding. Don't ask me for an example code, I don't have any.
    Greetz

  • Is there any plan for Numbers to read openOffice spreadsheets?

    I get many different file formats, including xls and ods... and really want to work with only one application... is there any plan to expand the compatibility of numbers to include OpenOffice?

    m0thr4 wrote:
    If your requirement is to work with only one application that can read many different file formats, then why not switch to OpenOffice?
    That's like saying if you want to use XLS, why not just install Excel? Either iWork is trying to be compatible with other formats or it isn't. Since it has XLS support, there's a fairly good chance that it is trying to be compatible, and supporting the ISO standard opendocument formats would be a wise move on Apple's part, regardless of whether or not another product supported the format, no?

  • Is there any package for sms

    Dear all
    Is there any oracle database package/procedure or function which give benefit to send the sms to our customers.
    we need monthly one time to send sms to our customers , Please share here if any have such experience.
    Thanks

    hello,
    can you please give me any link which can support us to send sms to our customers.
    Actually I want to design an application which send sms to our customers.
    Please provide me any link.
    Thanks

  • Is there any markup limit in abobe reader XI?

    Hi all,
    I'm using the adobe reader XI to make markups and I'm loosing some of them in documents with over 100 markups. Someone could you help me?

    There's no practicable limit in the application or the PDF standard (there is in theory a maximum number due to the way integers are stored, but it's into the hundreds of trillions).
    Displaying annotations is an intensive task (due to the rather strange way that Acrobat and Reader draw to the screen) so if you have a large number visible at the same time it's expected that your application will struggle - but you shouldn't be finding that any of them are permanently lost.

  • Any package helping me to read a *.xls file into a JTable??

    i am developing a chart program, i wanna import a excel file to generate the chart ...
    any idea or example show me??

    try the jdbc-odbc bridge to talk to excel.

  • I just got CC with Acrobat XI. Is there any reason to keep Adobe Reader XI on my system?

    I just purchased creative cloud, but I don't have much space left on my hard drive so I'm looking to free up some room. My question is, does Adobe Reader do anything that Adobe Acrobat can't do, or is Reader only a read-only subset of the features included in Acrobat? That would be ideal, as then I can uninstall Reader and just do everything from the Acrobat XI.
    Thanks.

    You'll probably free up a lot more space with a deep disk cleanup than what Reader takes up.

  • Is there any performance value to making a tablespace READ ONLY?

    In 9i, if I were to set a tablespace which only contains data to be reported over - is there any value in making it READ ONLY other than "safety" of the data? I am particularly interested to know if it can increase performance.
    Thanks

    When you say safety, you are partly correct, because data cannot be deleted, but it can be dropped, check the below SQL statements.
    With regard to performance, yes you will gain some. For better performance while accessing data in a read-only tablespace, you can issue a query that accesses all of the blocks of the tables in the tablespace just before making it read-only. A simple query, such as SELECT COUNT (*), executed against each table ensures that the data blocks in the tablespace can be subsequently accessed most efficiently. This eliminates the need for Oracle to check the status of the transactions that most recently modified the blocks.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96521/tspaces.htm#922
    SYS@BABU> create tablespace test_ts datafile 'D:\ORACLE\ORADATA\TEST_TS1.DAT' SIZE 15M
      2  EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M;
    Tablespace created.
    SYS@BABU> CREATE TABLE TAB1 (A NUMBER) tablespace test_ts ;
    Table created.
    SYS@BABU> BEGIN
      2  FOR A IN 1..10 LOOP
      3  INSERT INTO TAB1 VALUES (A);
      4  END LOOP;
      5  COMMIT;
      6  END;
      7  /
    PL/SQL procedure successfully completed.
    SYS@BABU> ALTER TABLESPACE test_ts READ ONLY;
    Tablespace altered.
    SYS@BABU> DELETE FROM TAB1;
    DELETE FROM TAB1
    ERROR at line 1:
    ORA-00372: file 6 cannot be modified at this time
    ORA-01110: data file 6: 'D:\ORACLE\ORADATA\TEST_TS1.DAT'
    SYS@BABU> truncate table TAB1;
    truncate table TAB1
    ERROR at line 1:
    ORA-00372: file 6 cannot be modified at this time
    ORA-01110: data file 6: 'D:\ORACLE\ORADATA\TEST_TS1.DAT'
    SYS@BABU> DROP TABLE TAB1 ;
    Table dropped.

  • Is there any redo log reader tools other than the log miner?

    HI all,
    Is there any third party redo log reader tools other than the log miner?
    thanks
    V

    OH MY! THAT WAS RIGHT IN FRONT OF ME THE WHOLE TIME!!
    THANKS A LOT!!

Maybe you are looking for

  • CS4 MASTER COLLECTION installation problem on VISTA SP1

    whenever i try to install CS$ MASTER COLLECTION on VISTA it shows me the following message. . . http://img132.imageshack.us/my.php?image=83377733oh8.jpg any solutions? plz help me...........

  • Vendor Open Item

    Hi Gurus, We are in a testing phase. I can see an vendor open item as per FBL1N for a vendor, I want to clear one open item document. Can you please let me know how to clear an vendor open item and i want to see as cleared item in FBL1N. I will assig

  • Folders opening in bridge by default instead of explorer

    hi, Recently i installed adobe photoshop cs5 extended. After installing now when i  try to open any folder by double clicking on it, it opens in adobe  bridge..  I have to right click on the folder and then OPEN, then only it opens in explorer. It's

  • Save Uploaded file in BLOB column of Database

    Hey, Anyone knows how to save uploaded file in BLOB column of database. Please need help asap. i get following error: Cannot convert org.apache.myfaces.trinidadinternal.config.upload.UploadedFiles$FixFilename@1c1fc8d of type class org.apache.myfaces.

  • TS1717 itunes won't open?

    hi itunes programe won't open? can u help?