[DoubleType-dev-en] Re: DoubleType-dev-en digest, Vol 1 #1 - 1 msg
Status: Alpha
Brought to you by:
eed3si9n
|
From: David S. <dav...@wa...> - 2005-01-12 07:04:12
|
Hello Yannick, The Relaxer things allow to load an XML file (e.g, a glyph file in=20 double type) to get a Java object (a Glyph object... don't remember the=20 class name), and the way back (from a glyph object to a glyph=20 description in XML) In double-type, all the files of the project are XML files, and Relaxer=20 is used to load/save the files. Relaxer use the RelaxNG language to describe the structure of an XML=20 File. There is another package called "Castor"=20 (http://castor.exolab.org/) that do the same using XmlSchema. Regards David dou...@li... a =E9crit : > Send DoubleType-dev-en mailing list submissions to > dou...@li... >=20 > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/doubletype-dev-en > or, via email, send a message with subject or body 'help' to > dou...@li... >=20 > You can reach the person managing the list at > dou...@li... >=20 > When replying, please edit your Subject line so it is more specific > than "Re: Contents of DoubleType-dev-en digest..." >=20 >=20 > Today's Topics: >=20 > 1. Question Relaxer (Yannik De Valck) >=20 > --__--__-- >=20 > Message: 1 > Date: Wed, 12 Jan 2005 00:15:04 +0100 (MET) > From: Yannik De Valck <Yan...@vu...> > To: dou...@li... > Subject: [DoubleType-dev-en] Question Relaxer >=20 > Hello, >=20 > As you said, I subscribed myself to the mailinglist, this will be a lot= easier to communicate. Thanks a lot for wanting to help me in the first = place! > As I said, I'm trying to make an application just like yours, and durin= g a little search on the web, I stumbled across your program. I instantly= installed it, and found it to be great! > So I downloaded the source-code to try to understand you ways of thinki= ng, of getting it all together. I think i kinda understand the most of it= , but I can't seem to understand what the Relaxer-part is all about. I ca= n find it's a tool to put XML-code into java-code, and so it generates th= e whole xml-package, but i don't understand the meaning of it within the = program... > I'm sorry if I'm being stupid and this is obvious :( > Many thanks in advance, >=20 > Kind regards, >=20 > Nemesis >=20 >=20 >=20 >=20 > --__--__-- >=20 > _______________________________________________ > DoubleType-dev-en mailing list > Dou...@li... > https://lists.sourceforge.net/lists/listinfo/doubletype-dev-en >=20 >=20 > End of DoubleType-dev-en Digest >=20 >=20 |