καλημεÏα εχω ενα xml εγγÏαφο το οποιο μου ανοιγει μονο στον editor που χÏησιμοποιω αλλα σε κανενα browser. επιπλεον θελω να συνδεσω το xml με το xsl μεσω php. αν εχετε καποιο καλο editor να Ï€Ïοτεινετε η αν εχετε καποια ιδεα πως μποÏει να λυθει το Ï€Ïοβλημα θα βοηθουσατε πολυ. ΕυχαÏιστω!
I don't understand your question except for "xml xls php" here is code snippet $XML = new DOMDocument('1.0'); $c =file_get_contents("file.xml"); $XML->loadXML($c); $xslt = new XSLTProcessor(); $XSL = new DOMDocument(); $XSL->load('file.xsl', LIBXML_NOCDATA); $xslt->importStylesheet( $XSL ); $result = $xslt->transformToXML( $XML ); PHP:
sorry guys. i dont know how i did this. anyway the question was the one that the friend above answered. trying this code snippet and some others i found at manuals i continue to recieve the same error is there any problem with my xls?
since now i was using the program "xml copy editor" to validate xml and xsl files. this program finds no mistakes. is there any other way to find any possible mistakes?