Closed Bug 32137 Opened 24 years ago Closed 7 years ago

Allow for a way to persist XML data cross-session

Categories

(Core :: XML, enhancement, P3)

enhancement

Tracking

()

RESOLVED WONTFIX
Future

People

(Reporter: taras.tielkes, Assigned: hjtoi-bugzilla)

Details

I would be nice to use XML data as an alternative to cookie strings. Currently
IE5 allows exactly this by the "userData Behavior". The limits are 64 per page /
640k per domain.

Such a feature would complement (my ideal) system for using XML data in
cross-browser HTML UI's.
1) XML loading (15119)
2) XML request object (save & load by POSTing)
3) client side persistance & cache for speed

URL (IE5 userData behaviour):
http://msdn.microsoft.com/workshop/Author/behaviors/reference/behaviors/userData.asp
Changing to xml component and reassigning.
Assignee: morse → nisheeth
Component: Cookies → XML
QA Contact: tever → chrisd
RFE; confirming.

Gerv
Status: UNCONFIRMED → NEW
Ever confirmed: true
Accepting bug and setting target milestone to M18...
Status: NEW → ASSIGNED
Summary: Allow for a way to persist XML data cross-session → [RFE] Allow for a way to persist XML data cross-session
Target Milestone: --- → M18
I suggest that a script in a page should be able to persist XML Documents using 
a key. Pseudocode:
--------------------
// oDoc = W3C DOM Document object
mozDataStore.persistXML("mydata",oDoc);
--------------------
// loading:
var oDoc = mozDataStore.loadXML("mydata");
if(oDoc!=null) alert("XML Document succesfully loaded");
--------------------

I would also like to suggest similar maximum size limits for the "XML store" as 
IE5 has at the moment: 64KB max per page, 640KB max per domain/site.
(Apologies for the spam , this is the last comment I forgot)

The mechanism should have the same security limits as "normal" cookies.
Re-assigning to vidur to schedule as he sees fit as part of his web application 
model work.
Assignee: nisheeth → vidur
Status: ASSIGNED → NEW
Adding myself to the cc list.
QA Contact: chrisd → petersen
Target Milestone: M18 → Future
I am taking all XMLExtras bugs to make it easier to see what I am working on...
Assignee: vidur → heikki
Summary: [RFE] Allow for a way to persist XML data cross-session → Allow for a way to persist XML data cross-session
QA Contact: petersen → rakeshmishra
QA Contact: rakeshmishra → ashishbhatt
QA Contact: ashshbhatt → xml
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.