PHP Classes

i use XSLT for XML

Recommend this page to a friend!

      Generic XML parser class  >  Generic XML parser class package blog  >  Processing XML with a...  >  All threads  >  i use XSLT for XML  >  (Un) Subscribe thread alerts  
Subject:i use XSLT for XML
Summary:I use Oxygen XML for most of my XML/XSLT work
Messages:1
Author:Karl Holz
Date:2012-09-13 12:08:50
Update:2012-09-13 15:04:41
 

  1. i use XSLT for XML   Reply   Report abuse  
Picture of Karl Holz Karl Holz - 2012-09-13 15:04:41
I use Oxygen XML for most of my XML/XSLT work, it auto completes the tags for you and when you edit the element name of a tag the end tags also changes. It makes XSLT's verboseness easier to work with.

I have noticed that PHP-xsl seems to ignore namespaces when I have had it declared in my XSLT template selectors. Works great for simple XML like you've seen in some of my classes.

I think of it as my XML scalpel to cut out only what I need.