J
jbmorla
Hi,
I just posted this in the php forum, I have the feeling that my error
is due to my Wamp 5 settings:
I'm a newbie in XML/XSLT trying to get some HTML output from a simple
XML source that starts with:
QUOTE:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="letter2text.xsl" version="1.0"?>
/QUOTE
I ran phpinfo();
Here is what I gathered:
QUOTE:
libxml
libXML support active
libXML Version 2.6.22
libXML streams enabled
SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.10 $
Schema support enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.22
xmlreader
XMLReader enabled
xmlwriter
XMLWriter enabled
/QUOTE
The problem is that I keep seeing the XML source in IE6, not the
formatted data.
Your help much appreciated
I just posted this in the php forum, I have the feeling that my error
is due to my Wamp 5 settings:
I'm a newbie in XML/XSLT trying to get some HTML output from a simple
XML source that starts with:
QUOTE:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="letter2text.xsl" version="1.0"?>
/QUOTE
I ran phpinfo();
Here is what I gathered:
QUOTE:
libxml
libXML support active
libXML Version 2.6.22
libXML streams enabled
SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.10 $
Schema support enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.22
xmlreader
XMLReader enabled
xmlwriter
XMLWriter enabled
/QUOTE
The problem is that I keep seeing the XML source in IE6, not the
formatted data.
Your help much appreciated