CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    XMLDom error on loadXML

    I am getting and error while using the Microsoft xml parser, while i try to parse a string of xml.
    If I have a " & " in between the string then it gives me an error "whitespace is not allowed at this location.

    Anyone help...




  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: XMLDom error on loadXML

    I think that to use those kinds of characters in your XML file, you'll need to define your Element as a 'CDATA' type within your DTD.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Guest

    Re: XMLDom error on loadXML

    what is xmldom ? where can I down load the info


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