CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    14

    can't load XML documents

    I just want to create a simple java application working with a simple XML file.
    But the java classes implementing DOM(2) that I have don't contain methods to load an xml document. So I have a usual SAX 1.0 compartible parser from Microstar and DOM level 2 classes from Brownell -how to link them together ???
    May be I need some addition tools ? This good IBM parser is too big to download ....



  2. #2
    Join Date
    Jun 2000
    Posts
    4

    Re: can't load XML documents

    With the xml.jar from sun, you have to use the InputSource for any reader. So, you can create a new XmlDocument with this Inputsource.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured