B
benmca
I'm trying to update a background image via xml, and I keep getting
hrInvalidXML (0x80042001). I've poked through the schema quite a bit,
and I don't find any required attribs or elems which I'm missing.
Here's my xml - does anyone see anything wrong? Thanks for your help
- Ben
- <oneage xmlnsne="http://schemas.microsoft.com/office/onenote/
2007/onenote" ID="{6F61A264-3397-48A0-9FFD-8496659F15D6}{1}{B0}">
<one:Meta name="NotexPageNumber" content="28" />
- <oneageSettings>
- <oneageSize>
<one:Orientation landscape="false" />
<oneimensions width="419.5275573730469"
height="595.2755737304687" />
<one:Margins top="0.0" bottom="0.0" left="0.0" right="0.0" />
</oneageSize>
<one:RuleLines visible="false" />
</oneageSettings>
- <one:Title>
- <one:OE>
- <one:T>
- <![CDATA[ Page 28:
]]>
</one:T>
</one:OE>
</one:Title>
- <one:Image backgroundImage="true"
lastModifiedTime="0001-01-01T00:00:00.0000000-08:00">
<File path="c:\test.bmp" />
</one:Image>
- <one:InkDrawing isUnclassified="true" inkOriginX="0" inkOriginY="0">
<oneosition x="128.196838" y="149.137787" />
- <oneata>
- <![CDATA[ ACwcA4CABB0DPIIBAwRIEEU1ChoFh/C8h4XxeBf3DxRQh/
C8x4W1+Kg4P7nNQA==
]]>
</oneata>
</one:InkDrawing>
</oneage>
hrInvalidXML (0x80042001). I've poked through the schema quite a bit,
and I don't find any required attribs or elems which I'm missing.
Here's my xml - does anyone see anything wrong? Thanks for your help
- Ben
- <oneage xmlnsne="http://schemas.microsoft.com/office/onenote/
2007/onenote" ID="{6F61A264-3397-48A0-9FFD-8496659F15D6}{1}{B0}">
<one:Meta name="NotexPageNumber" content="28" />
- <oneageSettings>
- <oneageSize>
<one:Orientation landscape="false" />
<oneimensions width="419.5275573730469"
height="595.2755737304687" />
<one:Margins top="0.0" bottom="0.0" left="0.0" right="0.0" />
</oneageSize>
<one:RuleLines visible="false" />
</oneageSettings>
- <one:Title>
- <one:OE>
- <one:T>
- <![CDATA[ Page 28:
]]>
</one:T>
</one:OE>
</one:Title>
- <one:Image backgroundImage="true"
lastModifiedTime="0001-01-01T00:00:00.0000000-08:00">
<File path="c:\test.bmp" />
</one:Image>
- <one:InkDrawing isUnclassified="true" inkOriginX="0" inkOriginY="0">
<oneosition x="128.196838" y="149.137787" />
- <oneata>
- <![CDATA[ ACwcA4CABB0DPIIBAwRIEEU1ChoFh/C8h4XxeBf3DxRQh/
C8x4W1+Kg4P7nNQA==
]]>
</oneata>
</one:InkDrawing>
</oneage>