Results 1 to 2 of 2

Thread: QDomDocument and xml version/encoding definitions

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2006
    Posts
    849
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    6
    Thanked 163 Times in 151 Posts

    Default Re: QDomDocument and xml version/encoding definitions

    QDomDocument::createProcessingInstruction()
    e.g.
    Qt Code:
    1. createProcessingInstruction("xml", "version=\"1.0\" encoding=\"utf-8\"");
    To copy to clipboard, switch view to plain text mode 

  2. The following 2 users say thank you to caduel for this useful post:

    crsn (28th March 2011), estanisgeyer (18th September 2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.