[rescue] XML Schema reversing

Mark md.benson at gmail.com
Wed Apr 11 13:30:06 CDT 2007


On 11 Apr 2007, at 14:40, James Hartley wrote:

> If you have someone there versed in XSLT, it can be used to output  
> textual
> columns too.

I'll second that. Lookup XSLT - it's by far the easiest to get your  
head around.  If you understand XML and XML namespaces you'll have no  
trouble understanding XSLT.

If you use XSLT and some creative functions and XPath work you can  
make XSLT jump through a LOT of hoops.

If you really want to go to town PHP5 has XSLT transform support so  
you can load XML, mod it using PHP5s SimpleXML and/or DOM tools, then  
XSLT Transform the result using an XSLT Stylesheet, then output it to  
a visual page.

-- 
Mark Benson

My Blog:
<http://mdblog.68kmac.org>
68kMac.org:
<http://www.68kmac.org>
Visit my Homepage: <http://homepage.mac.com/markbenson>

"Never send a human to do a machine's job..."



More information about the rescue mailing list