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?
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?