Alexander Voropay wrote: > > XXE v2.2 > > As it is known, the DocBook XML tag <ulink> could be emty. > For example : > <ulink url="http://www.com"/> > or > <ulink url="http://www.com"></ulink> > as defined at: > http://www.docbook.org/tdg/en/html/ulink.html > > In this case, DocBook XSL should render it to HTML as: > <A HREF="http://www.com">http://www.com</A> > (it should repeat a content of url="...") > > Unfortunately, the XXE v2.2 leaves blank space in this case > in WYSYWIG editor.
Yes, XXE puts a text placeholder (an ``ink blob'') in a <ulink> which does not contain text. We do not consider this to be a bug. Simply ignore the placeholder if you do not need it... Note that styling XML in an editor has not the same constraints than styling XML for printing or for HTML conversion. In a XML editor, all elements need to be easily editable even if this contradicts ``WYSYWIG''.

