May 22, 2003

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)

May 02, 2003

testing intratrackback

Lance's Blog

this is in ref to my track back

Posted by Lance at 06:09 PM | Comments (0)

this is another test

TrackBack Development

Posted by Lance at 06:08 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)

emailtest

notify me

Posted by Lance at 10:09 AM | Comments (2)

Hello world!

Sniff.org joins the blog world!

Posted by Lance at 07:59 AM | Comments (0)