473,396 Members | 1,833 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

OpenVMS + PHP +XSL + DOM XML problem --> (cannot load/transform XML)

Hey!

I have a problem loading (transforming) XML file using DOM XML extension
on OpenVMS (alpha).

I have installed libxml2, mysql, apache,... following steps described
here (http://www.pi-net.dyndns.org/anonymous/kits/)
All I want to do is:
1. build an XML from MySQL DB (functions like load, saveXML,
appendChild, createElement are used)
2. Load an XSL file
3. transform XML with loaded XSL and show (echo) the result of the
transformation

My problem is that none of xmldom functions (which work on PHP 5) are
supported.
Why is that? Do I need some extension for domxml for OpenVMS?
Where can I find it?

In php.ini file I have already uncomment extension for XML & XSL -> but
not for domxml (there is no such extension).

I would appreciate any help and suggestions.

Thanks, Damjan
--------------------------------------------------------------
I have tried samples listed below:

/*
// Test 3
$dom = DOMDocument::loadXML("<test />");
*/

/*
// Test 2
$xmlparser = xml_parser_create();
*/

/*
// Test 1
$xmlstr = "<root />";
$dom = domxml_open_mem($xmlstr);
*/
--------------------------------------------------------------
Jul 17 '05 #1
1 2560
Pivo Pijem wrote:
Hey!

I have a problem loading (transforming) XML file using DOM XML extension
on OpenVMS (alpha).

I have installed libxml2, mysql, apache,... following steps described
here (http://www.pi-net.dyndns.org/anonymous/kits/)
All I want to do is:
1. build an XML from MySQL DB (functions like load, saveXML,
appendChild, createElement are used)
2. Load an XSL file
3. transform XML with loaded XSL and show (echo) the result of the
transformation

My problem is that none of xmldom functions (which work on PHP 5) are
supported.
Why is that? Do I need some extension for domxml for OpenVMS?
Where can I find it?
The PHP in OpenVMS is based on version 4 not 5.

In php.ini file I have already uncomment extension for XML & XSL -> but
not for domxml (there is no such extension).

I would appreciate any help and suggestions.

Thanks, Damjan


You may have more luck posting this question in comp.os.vms or at the
forums at http://www.openvms.org/, at least with regard to any OpenVMS
questions.

Ken

Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: robert walker | last post by:
hi all, can someone help me with this I have xml file on my web server (iplanet) and want to to load them from a client (internet explorer) and see the transformed xml in html my xslt is...
2
by: Antonio Amato | last post by:
Hi, I want to transform XML docbook to HTML with docbook stylesheet (docbook-xsl-1.67.0.zip). I'm using javax.xml.transform.TransformerFactory to apply XSLT to XML but it generates an...
1
by: jen_designs | last post by:
Can you load 2 xml files on an html page via javascript? I can get one xml file to load, using the following code. How about two. I need to combine 2 xmls files on the client. Any other way to...
5
by: shauldar | last post by:
Is there a way (tool, hack...) to create an XSL:FO from an XSLT + XML files? My motivation is that we want to use a tool to design reports, and from that "design" generate both HTML (via XSLT)...
2
by: Wilson Wu | last post by:
hi, how can i use xslt to transform xml data into excel worksheet ? XML file : <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="test5.xsl"?> <dataroot...
1
by: telescient telescient via .NET 247 | last post by:
(Type your message here) How to transform xml variable to xsl file using asp.net using vb.net -------------------------------- From: telescient telescient ----------------------- Posted by a...
6
by: CSUIDL PROGRAMMEr | last post by:
Folks I am new to XSL and XSLT. I have xml file. I want to transform it in a text file. IS there any way or example that i can learn and see. thanks
4
by: ernond_paul | last post by:
Hi, I'm currently having trouble using an xsl file to print my xml datas into a web browser. In fact, the xsl does not interpreted. This is my xml file : <?xml version="1.0"...
1
by: hdreyer | last post by:
Good day, Can anybody help me with this question please? I want to know how to write info back to a program line. This is the source code to transform XML to HTML Dim xslt As New...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.