HP3000-L Archives

December 2002, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Ken Hirsch <[log in to unmask]>
Reply To:
Ken Hirsch <[log in to unmask]>
Date:
Wed, 4 Dec 2002 15:10:59 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (40 lines)
You should be able to use most/all Java-based XML tools

I have successfully compiled and used both expat (nonvalidating parser)
http://expat.sourceforge.net/ and RXP (validating parser)
http://www.ltg.ed.ac.uk/~richard/rxp.html.

If you are going to process in COBOL, you might consider using one of the
above parsers to create an intermediate form like PYX
(http://pyxie.sourceforge.net/pyxie_download.html).

You don't need to know much to generate XML, as others have pointed out.
You do have to escape "<" and "&" as "&lt;" and "&amp;" in your data.  If
you have any non-ASCII characters, you either have to encode them in UTF or
include a charset declaration.   We were surprised to find out that at least
on of our customer service people knows how to type an Ñ in Reflection.




----- Original Message -----
From: "Friedrich Harasleben" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Friday, November 29, 2002 3:31 AM
Subject: [HP3000-L] XML on HP3000


> Hello Listers
>
> anyone with XML on HP3000 experience out there
> - is it possible to generate/process XML on HP3000??
>
> regards
> Friedrich
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2