- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 09 Jan 2007 18:29:28 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4170
Summary: W3C DOM cannot rename a PI
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Update Facility
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: john.snelson@oracle.com
QAContact: public-qt-comments@w3.org
XQuery Update specifies an update primitive that changes the name of a
processing instruction without changing it's identity. However, implementation
like the one that I've been working that have a data model based on W3C DOM
cannot do this, since W3C DOM does not provide a way to rename a processing
instruction.
Can I suggest that you either allow the processing instruction's identity to
change in this case (and deal with all the possible variable value fix-ups), or
don't allow processing instructions to be renamed at all.
Received on Tuesday, 9 January 2007 18:29:40 UTC