Sort out meta namespace in widgets

Bug #139698 reported by mikeyg
2
Affects Status Importance Assigned to Milestone
Vexi
Confirmed
Low
mikeyg

Bug Description

Currently the meta NS is being specified in the root (vexi) element. Like so...

<vexi xmlns:meta="vexi://meta" xmlns="..." >
   <meta:doc>
      <author
  </meta:doc>
  ...

Here either we should prefix all the meta:doc sub elements with meta to have the correct namespace. A better way of doing it would probably be (need to verify that this works as intended) overriding the default namepsace

<vexi xmlns="..." >
   <doc xmlns="vexi://meta">
      <author
  </doc>
  ...

mikeyg (mike-goodwin)
Changed in vexi:
importance: Undecided → Low
Changed in vexi:
assignee: nobody → mike-goodwin
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.