- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- XML parsoing on OpenVMS 7.3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 01:38 AM
03-17-2006 01:38 AM
XML parsoing on OpenVMS 7.3
It is stated in the XML C requirements that 7.3-2 is needed. Did anyone try it on 7.3 or lower ? Problems ?
Anyone using it on 7.3-2 or higher ? Problems ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 01:55 AM
03-17-2006 01:55 AM
Re: XML parsoing on OpenVMS 7.3
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 02:30 AM
03-17-2006 02:30 AM
Re: XML parsoing on OpenVMS 7.3
You may also find this of interest
http://h71000.www7.hp.com/freeware/freeware80/libxml2-2_6_20/
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 03:23 AM
03-17-2006 03:23 AM
Re: XML parsoing on OpenVMS 7.3
What is the added value iof libxml ?
Wim (JuniorXml)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 04:42 AM
03-17-2006 04:42 AM
Re: XML parsoing on OpenVMS 7.3
yes, if memory serves me, LD is available, but hidden with Vms 7.3. You just have to start it ( something like @sys$startup:ld$startup) and then you create a disk (LD create...), which can be ODS-5, using some free space on a ODS-2 disk.
Not tested though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 05:24 AM
03-17-2006 05:24 AM
Re: XML parsoing on OpenVMS 7.3
We had XML C Version 2.0 on OpenVMS Alpha Version 7.2-2.
The C compiler version is cpq C V6.5 or above for OpenVMS Alpha.
It was working fine with Ovms V7.2-2, infact XML C V2.0 requirement is openVMS 7.2-2 and above only.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 05:28 AM
03-17-2006 05:28 AM
Re: XML parsoing on OpenVMS 7.3
If you want to have xml c V 2.0-1, then we need OpenVMS 7.3-2 and above. This is what xml c V 2.0-1 release notes says. I don't have now.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 08:47 AM
03-17-2006 08:47 AM
Re: XML parsoing on OpenVMS 7.3
you may find PCSI kit of LIBXML2 V2.6.20
and Libxslt/Libexslt V1.1.12 on
http://www.pi-net.dyndns.org/anonymous/kits/
JF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 07:16 PM
03-22-2006 07:16 PM
Re: XML parsoing on OpenVMS 7.3
Installed the LIBXML2 stuff. Also a mismatch. Rebuild didn't work. Removed a 'goto foo' in the build procedure. Stopped because glob.h not known on this C version. Removed the runtest from the compile list and restarted the build. Went fine. Took about 1 hour.
Did a run of testapi. It said something about a leak and "null handler" but that could be normal.
This morning got an alarm. Testapi created 19.000 versions of test.out.
C++ 6.5, C 6.5 on 7.3 not fully patched.
I'll do an update when I get feedback from the user.
Wim