[Qt-interest] XML reader / writer with encrypted nodes?

Jason H scorp1us at yahoo.com
Thu Jul 8 20:51:21 CEST 2010


I think it would be easy to implment using the stream reader. You need to think 
about how to do the XML parsing based on events - discovery of nodes, rather 
than a structured tree. 


I am trying to wrap my head around to to gice Qt XPath Navigator/edit support, 
and my design requirement is that it uses the stream reader /writer classes. But 
I've used QDom for a while and can say it is possible to convert between the 
two. I do not however like the idea of regerating the document on every edit. 






----- Original Message ----
From: Kishore <kitts.mailinglists at gmail.com>
To: qt-interest at trolltech.com
Sent: Thu, July 8, 2010 11:20:03 AM
Subject: [Qt-interest] XML reader / writer with encrypted nodes?

Creating a new thread for the topic.

I currently use XML for document file format in my application. Currently i use 
the QDom API for the parsing in the backend and it works quite well. In the 
near future, i do have security requirements that require that i encrypt 
element nodes along the lines of the standard as described at 
http://www.w3.org/TR/xmlenc-core/#sec-eg-Element-Content.

Is this possible with the Qt classes?
-- 
Cheers!
Kishore
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest



      




More information about the Qt-interest-old mailing list