Hi all
I have a problem with some of my include files. Before you start saying that is because I have not set the right path to my files, this is not the problem. 90% of the time my pages load corrctly. However 10% of the time I get the following error
failed to open stream: No such file or...
Hi, i am looking to pass a variable from a php page into an xsl stylesheet
i have found some code but it does not seem to work.
stylesheet:
<?xml version="1.0" encoding="ISO-8859-1"?><xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>...
Hi I have a page containing xml data that is generated in a php page through mysql database. I have then performed an xsl transformation using an xsl stylesheet and a php script to print html.
what i want to know is, is there any benefit of spitting xml out then transforming it in this way as...
Hi all
I am try to perform an xsl transform in php
I have a php page that produces the xml data:
<?php
header("content-type: text/xml");
//$prod_id = $_GET['product_id'];
mysql_connect('localhost', 'fenman_act_user', 'mfx671zdv');
mysql_select_db('fenman_act_db') or exit("cannot...
hi all
is it possible (and if so how) to transform through XSL and PHP an external XML page that is dynamically produced through PHP??
This PHP page that produces XML is based upon a id variable so that its url is like "http://domain/phppage.php?id=3
also is it possible to do the same to a...
thanks I shall try that now,
another question I hope you can sort out for me is this..
is there any benefit for me dynamically generating this XML page then converting into HTML?
these pages are used as product pages for learning objects within a catalogue and its important each object...
Hi all,
I have a question, I am producing an xml page dynamically using php and mysql database. This successfully produces a standard xml document.
I now want to stylise this document so that it appears to be a standard html page. I have applied a xsl stylesheet and it looks html until i check...
Hi people,
I have an xml metadata file that describes a pdf page. How do i link this file to my pdf so when I search in my internal search engine I get alink to the pdf rather than the xml file?
All help will be mostly appreciated!
Thanks
Alex
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.