Re: [Simple-support] Need to use simple to write an inputStream to some useable xml form
Brought to you by:
niallg
|
From: meghiddo <mat...@ho...> - 2009-06-08 22:10:57
|
Just to update, I messed around with things and I can get an xml file, but
when I open it all it contains it this:
<string><?xml version="1.0" encoding="UTF-8"?>
<deviceCollection>
<device>
<deviceId>exampleDevice1</deviceId>
<name>Example Device 1</name>
</device>
<device>
<deviceId>WSN-Module-8F3A-D247-4B99</deviceId>
<name>WSN CRio Device</name>
</device>
</deviceCollection></string>
Not exactly what I need eh? Closer I hope though
--
View this message in context: http://www.nabble.com/Need-to-use-simple-to-write-an-inputStream-to-some-useable-xml-form-tp23931939p23933034.html
Sent from the Simple XML Serialization mailing list archive at Nabble.com.
|