• I have a plugin that uses PHP to parse XML and output a result of the parse as text on the page. Is is possible to use XSL to parse instead of PHP? How would I work that into a plugin?

    Thanks,
    Dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    XSL does not “parse” XML code, as such. It tells a browser how to display the XML. Depending on what you’re doing, you might be able to use XSL, but unless you’re doing something really unusual, it’s unlikely that you’d want to.

    Thread Starter golddave

    (@golddave)

    How would you suggest getting data out of XML other than plain PHP?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using XSL in a Plugin?’ is closed to new replies.