Closed
Bug 1536759
Opened 7 years ago
Closed 7 years ago
cross-channel merge logic for Android needs to merge xml namespaces
Categories
(Localization Infrastructure and Tools :: compare-locales, defect, P1)
Localization Infrastructure and Tools
compare-locales
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: Pike)
Details
Attachments
(1 file)
Right now, if one of the merged Android documents in cross-channel merge uses namespaced attributes, the document header doesn't have the namespace definitions.
We'll need to fix that for the Amazon browsers.
| Assignee | ||
Updated•7 years ago
|
Type: enhancement → defect
| Assignee | ||
Comment 1•7 years ago
|
||
When two documents in cross-channel merge have different
namespace definitions, merge the properly.
This is done by creating explicit parser nodes, and splitting
the xml headmatter into everything up to resources, then
possibly attributes, then >. We always need an explicit
token for > so that we can insert namespaces from one document
if there are none in the other.
| Assignee | ||
Comment 2•7 years ago
|
||
https://hg.mozilla.org/l10n/compare-locales/rev/c9686c7e258650f74b07cbeb9373285369dd57bb, marking FIXED.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•