-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.5
-
Component/s: None
Core queries made with XPath and involving nodes whose short name is all-digits fail.
This is because all-digit names are parsed as integer (not strings) in XPath. Such names must be escaped using ISO9075.
This happens at least when doing copies of documents with all-digit names, as now the copy does a fixup to unshare version history.
- is required by
-
NXP-2330 Don't copy history when copying a document
- Resolved