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. QXmlQuery not easily cacheable

QXmlQuery not easily cacheable

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 633 Views 1 Watching
  • 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.
  • W Offline
    W Offline
    waslap
    wrote on last edited by
    #1

    Hi,
    I am trying to speed up XSLT processing with Qt by caching QXmlQuery objects but the exercise at the moment seems futile due to the fact that one must call setFocus(xml) before you can call setQuery(xsl). This means every new xml requires re-parse of xsl seemingly. Is there a good reason why the API forces this order or is it a matter of arbitrary developer choice at the time of writing and something one could have 'fixed' by submitting a bug ?
    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      For such design question you might better ask on the mailing list or IRC channel. You'll find more developer/maintainer there. This forum is more user oriented.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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