xsl-list
[Top] [All Lists]

RE: [xsl] php xslt transformation problem

2011-07-04 21:26:57
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(_at_)nag(_dot_)co(_dot_)uk] 
Sent: Monday, July 04, 2011 9:11 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Cc: Birnbaum, David J
Subject: Re: [xsl] 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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>