Subject: RE: php xslt transformation problem
From: "Birnbaum, David J" <djbpitt@xxxxxxxx>
Date: Mon, 4 Jul 2011 22:26:45 -0400
|
Dear David (cc xsl-list),
As far as I can tell, the problem is with the php interface. The xml and xsl
files themselves seem okay, and, as you note, saxon can run the
transformation. If all I cared about was Getting The Job Done, I could spawn
an external saxon process from the php script, but since php should be able to
run the transformation internally, I'd rather figure out what it is that I
don't understand about how that operates.
Thanks,
David
-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Monday, July 04, 2011 9:11 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Cc: Birnbaum, David J
Subject: Re: php xslt transformation problem
saxon9 -u http://menology.obdurodon.org/test.xml
http://menology.obdurodon.org/xsl/readFile.xsl
produces 693 lines or output, starting
<?xml version="1.0" encoding="UTF-8"?><html>
<head>
<title>Enina Apostol</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml;
charset=UTF-8"></meta>
</head>
<body>
<h2>Enina Apostol</h2>
<h3>09/01</h3>
<p>
so your problem is presumably with how you are calling the
transformation rather than the transformation itself.
David
|