connecting xml page with php page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dujed
Forum Newbie
Posts: 9
Joined: Thu Mar 30, 2006 6:49 am

connecting xml page with php page

Post by dujed »

I have 1 problem and I dont know how can explain that problem,but I will try

I have xml file which is generated by Extend52 and and I cant modify its xsl file
so may I create another php page which can acces that Xml file,and display its different.
This is one Xml page;
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="Resources/xsl/5250.xsl"?>
<SCREEN>
<FIELD column="1" cursor="true" display="unprot" id="1" length="80" row="1" textcolumn="1"/>
</SCREEN>

I need another php page which will display welcome message instead that field ?

sorry on bad english and thanks in forward!
Post Reply