Commit 01d445e
fix: move namespace cleanup to source
The namespace cleanup was being ignored for MDQ
per-entity publication - it did nothing when
invoked on element other than the root element.
It would also be resource intensive to clean up
when publishing each individual element.
Clean up instead at the source - and there,
the guard condition is no longer required
(the working document is always XML)
Co-authored-by: Johan Wassberg <jocar@sunet.se>1 parent 7d01233 commit 01d445e
2 files changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | 555 | | |
563 | 556 | | |
564 | 557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
491 | 497 | | |
492 | 498 | | |
493 | 499 | | |
| |||
0 commit comments