Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Xerces-C++ 2.8 to 3.0 migration help
Forum Updated to NodeBB v4.3 + New Features

Xerces-C++ 2.8 to 3.0 migration help

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 680 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nash1014
    wrote on last edited by
    #1

    Re: DOMLSSerializer (from Xerces-C++ 3.0) on QtXML

    Hi Following in the legacy code , How can I convert itto use 3.0 and above. Especially issue with writenode

       DOMWriter *theSerializer = ((DOMImplementationLS*) domImpl)->createDOMWriter();
      theSerializer->setFeature(XMLUni::fgDOMWRTFormatPrettyPrint, true);
        XMLFormatTarget *myFormTarget = new LocalFileFormatTarget((char*)fname.c_str());
    
     theSerializer->writeNode(myFormTarget, *domDoc);
     delete theSerializer;
     }~~strikethrough text~~
    
    1 Reply Last reply
    0
    • R Offline
      R Offline
      Rondog
      wrote on last edited by
      #2

      I don't think this has anything to do with Qt. If it does I don't see how.

      You might want to contact Apache. Maybe they have a forum where you can ask these questions.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved