This content has been marked as final.
Show 3 replies
-
1. Re: XSL and Schema
David_Powers Jul 11, 2012 1:57 AM (in response to ottz0)ottz0 wrote:
I'm sure my source is correctMaybe it is, but without seeing the XML source you're trying to load, it's impossible for anyone to help.
A quick way to verify that an XML document is correctly formed is to load it into the latest version of any browser except Internet Explorer. If the XML is correctly formed, the browser will display the document tree. If not, it will display an error message.
-
2. Re: XSL and Schema
ottz0 Jul 11, 2012 5:23 PM (in response to David_Powers)Hi yes it appears to be a valid xml document.
I'm trying to link to an external source and I am testing this.
-
3. Re: XSL and Schema
David_Powers Jul 12, 2012 2:14 AM (in response to ottz0)If you're using the PHP XSL Transformation server behavior, you need to make sure the allow_url_fopen is set to on. Run phpinfo() to check.



