Community discussion forum

XML WITH JAVA

  • 5 months ago

    i want to take all my values needed for my source code from  XML

    And i am totally new to XML. so please help me out in getting an idea to implement this. Its very urgent

     
     

     

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 4 months ago

     you can use xmlby javascript

    1-go to the suitable cade(event)

    2-create an object  from ActiveObject('microsoft.xmldom')

    var dom =new ActiveObject('microsoft.xmldom');

    3-load thexml file by using the function load("file**.xml");

    doc.load("file.xml");

    4-return the tags yiou want by using the function

    var doc=dom.getelementByTagname("titlr"); 

     

Post a reply

Enter your message below

Sign in or Join us (it's free).