XML WITH JAVA

  • 12 years 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

     
     

     

  • 12 years 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).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”