Public bug reported:

Binary package hint: kxmleditor

Looking at a section of xml in kxmleditor (which is very useful
otherwise), I see:

  <book xmlns="http://www.daisy.org/z3986/2005/dtbook/"; class="text" id="text" >
    <frontmatter xmlns="http://www.daisy.org/z3986/2005/dtbook/"; 
class="frontMatter" >
      <doctitle xmlns="http://www.daisy.org/z3986/2005/dtbook/";>Every Which Way 
But Dead</doctitle>
      <docauthor xmlns="http://www.daisy.org/z3986/2005/dtbook/";>Kim 
Harrison</docauthor>
      <level1 xmlns="http://www.daisy.org/z3986/2005/dtbook/"; 
class="dedicationPage" id="ded01" >
        <level2 xmlns="http://www.daisy.org/z3986/2005/dtbook/"; 
class="titlePage" >
          <h2 xmlns="http://www.daisy.org/z3986/2005/dtbook/"; 
class="titlePageTitle" >EVERY  WHICH  WAY BUT  DEAD  KIM HARRISON</h2>
          <p xmlns="http://www.daisy.org/z3986/2005/dtbook/"; 
class="titlePageText" >
            <img xmlns="http://www.daisy.org/z3986/2005/dtbook/"; alt="" 
src="logo.jpg" />

Looking at the same section in kate, I see:

  <book class="text" id="text">
    <frontmatter class="frontMatter">
      <doctitle>Every Which Way But Dead</doctitle>
      <docauthor>Kim Harrison</docauthor>
      <level1 class="dedicationPage" id="ded01">
        <level2 class="titlePage">
          <h2 class="titlePageTitle">EVERY  WHICH  WAY BUT  DEAD  KIM 
HARRISON</h2>
          <p class="titlePageText">
            <img src="logo.jpg" alt="" />

The xmlns stuff should not be displayed. If it's there on purpose, there
should be a setting to turn it off. I was pulling my hair out wondering
why the xml I'm producing had xmlns on every element (since it bumps up
the file size significantly) until I looked at the file in kate.

** Affects: kxmleditor (Ubuntu)
     Importance: Undecided
         Status: New

-- 
kxmleditor doesn't display "real" text in text view
https://bugs.launchpad.net/bugs/131007
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to