PHP XSLT
WheresMyStuff: php xml
Pretty simple PHP script for doing XSLT:
// store XML and XSL content as variables
$xmlstring = join('', file('person.xml'));
$xslstring = join('', file('person.xsl'));
// call the XSLT processor directly
xslt_process($xslstring, $xmlstring, $result);
// output the result
echo $result;
Posted by Lance at
02:40 PM
|
Comments (0)
testing intratrackback
Lance's Blog
this is in ref to my track back
Posted by Lance at
06:09 PM
|
Comments (0)
Testing Trackback
Bookmarklets | MOVABLE TYPE
will this work?
Posted by Lance at
06:04 PM
|
Comments (0)
La Jolla High School Alumni Online
The LJHS Alumni Online website is now automated! My site automatically synchronizes with the LJHS website information on class reunions. Isn't that great?
Posted by Lance at
04:56 PM
|
Comments (0)
Hello world!
Sniff.org joins the blog world!
Posted by Lance at
07:59 AM
|
Comments (0)