I have this PHP web application.
It has a link to an XML file to which I have no control.
Nasıl güzel XML ekran yapabilir?
Ben sadece bir tablodaki sıraya istediğiniz ya da hatta bir veri dosyası gibi bakabilirsiniz.
Can I attach an XSLT file or style sheet to the XML file from the outside i.e. I wish I could, but I can't put this in the XML:
<?xml-stylesheet type="text/xsl" href="tabledisplay.xsl"?>
Ben yapmak için düşünebilirsiniz tek şey, bir dizeye XML okur XSL başvuru ekler ve sonra tarayıcıya her şeyi yazdıran bir PHP dosyası ile bir bağlantı oluşturmaktır.