Forum Moderators: open
It has a url lie "http://domain/phppage.php?id=3
the id variable changes the content displayed within the xml page
is it possible to do this and how do i go about it.
is it possible to do this to a local file that I have aswell.
I can easily transform the page however not into pure html, i still get the xml in the source code
thanks in advance
Everything you asked about is possible, you can reference things both locally and remotely.
i still get the xml in the source code
<xsl:output method="html" />
This [sniptools.com] seems like a good example too.