Export to xml

none

Export to xml

Postby none » Tue Jun 26, 2012 1:56 pm

Question: Should XML export convert lists (bullet and numbered) using HTML tags?
User avatar
CintaNotes Developer
Site Admin
Posts: 5001
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Export to xml

Postby CintaNotes Developer » Tue Jun 26, 2012 2:08 pm

Hi,

short answer: yes.
Lists are part of text formatting, and text formatting is represented in XML by (X)HTML tags.
Alex
none

Re: Export to xml

Postby none » Wed Jun 27, 2012 4:27 am

Thanks Alex

Below is exported XML with various formatting:

<?xml version="1.0"?>
<notebook version="1622">
<note title="" created="" modified="" source="" link="" tags=""><![CDATA[<b>Bold</b>
<i>Italic</i>
<u>Underline</u>
<strike>Strikeout</strike>
<em>Highlight</em>
<pre>Monospace</pre>
• item
1. item
]]></note>
</notebook>

Would it be possible to have the lists exported as follows?

<ul>
<li>item</li>
</ul>
<ol>
<li>item</li>
</ol>
User avatar
CintaNotes Developer
Site Admin
Posts: 5001
Joined: Fri Dec 12, 2008 4:45 pm
Contact:

Re: Export to xml

Postby CintaNotes Developer » Wed Jun 27, 2012 4:54 am

I see what you mean now, thanks.
We'll implement that in the version that comes after 1.7.
Alex
none

Re: Export to xml

Postby none » Wed Jun 27, 2012 5:17 am

Thanks for your excellent software and terrific support! Keep up the good work!

Return to “Bug Reports”