Help needed with OneNote XML import format

T

Thanasis Siozos

I'm trying to import an outline in OneNote using the /import command line
switch.
I use notepad to make the following xml file:

<?xml version="1.0"?>
<Import xmlns="http://schemas.microsoft.com/office/onenote/2004/import">
<PlaceObjects>
<Object>
<Outline width="200">
<Data>
<Html>
<![CDATA[
<html><body><p>Hello,world</p></body></html>
]]>
</Html>
</Data>
</Outline>
</Object>
</PlaceObjects>
</Import>

But nothing is imported with the command onenote /import file.xml.
Do I need to format this XML in some other way? Any items missing?
Help anyone please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top