[Mono-list] XML question

William Huskey william.huskey at gmail.com
Sat Jan 24 18:36:02 EST 2009


xml serialization.

http://www.dotnetjohn.com/articles.aspx?articleid=173
or

http://www.c-sharpcorner.com/UploadFile/mahesh/XmlProgramming09142007082751AM/XmlProgramming.aspx
using xml in c#

I create a dataset and  writexml  and readxml function.. with multiple items
it should create a list.
http://msdn.microsoft.com/en-us/library/zx8h06sz(VS.71).aspx


On Sat, Jan 24, 2009 at 2:38 PM, Paul <paul at all-the-johnsons.co.uk> wrote:

> Hi,
>
> I'm designing a program, but I need to get the XML bit correct first -
> and it's down to the software having to be run on boxes which have no
> database software on...
>
> The problem is this. I have a blank XML design which contains all of the
> fields that I need, but it is for a single entity (in this case, student
> records). I will need to create a configuration file for each class I
> take that has (say) 30 copies of the blank in. This isn't much of a
> problem to be honest, open a new stream, copy the bits I need as many
> times as I need and close the stream - works fine under C++, should work
> fine under C#.
>
> Now the likes of attendance need to be updated maybe 4 times a week.
> Rather than add in every session statically, I'd rather add each in
> dynamically (add attendance from a menu, it updates the XML file with
> that day and registers in, abs, auth_abs, ill etc), so the XML file is
> updated with not only this data, but also have something like
>
> <date>23rd Jan 2008</date>
> <record>in</record>
>
> inserted at the correct place in the XML (the next date will then go
> under this and so on and so on and so on - in effect, the XML file will
> increase in size, but act as a text based database system).
>
> How would I go about doing this?
>
> TTFN
>
> Paul
> --
> Sie können mich aufreizen und wirklich heiß machen!
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>


-- 
William S. Huskey

UNIX Systems Engineer

Maritime Systems Solutions Division

SAIC

Tel: 425-267-5643

Email: huskeyw at saic.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090124/815eeab7/attachment.html 


More information about the Mono-list mailing list