[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
RE: [stellation-res] Schema related question
|
I use a commercial tool XMLSpy for working with schemas so I would certainly
want to see the .xsd files. Since I have a strong distaste for Lisp style
syntax, I would be unlikely to use your tool. BTW, with XMLSpy I can do 80%
of the work with the mouse only.
Regards
Jonathan Gossage
> -----Original Message-----
> From: stellation-res-admin@xxxxxxxxxxxxxxx
> [mailto:stellation-res-admin@xxxxxxxxxxxxxxx]On Behalf Of Mark C.
> Chu-Carroll
> Sent: Wednesday, October 29, 2003 10:24 PM
> To: stellation-res@xxxxxxxxxxxxxxx
> Subject: [stellation-res] Schema related question
>
>
>
> I've been starting to work on XML schemas for the transport format
> to be used for the new API. I've got a rather nasty RSI problem with my
> wrists, and typing the XML is painful. So I threw together a
> pre-processor
> that lets me type it in a more compact, less wrist-stressful manner. It
> has
> the property that when it translates to standard XML syntax, the
> line-number
> of anything in the document is unchanged, so error messages will point
> to the right place in both formats.
>
> My question, such as it is, is the following: should I check in my
> schemas
> in my short syntax, along with the preprocessor, or should my
> pre-processor
> just be a personal tool.
>
> I'm enclosing the work-in-progress schema in both forms. My format
> is tentatively called LSD (for lisp-style schema definition), so
> the .lsd file in my format, and the .xsd is the standard XML format.
>
> -Mark