Author: SSWUG Research

Community

CLOSING WRAP-UP, December 31

By Jody Osborne, Optionetics.com – Biotech stocks fell sharply after ImClone (IMCL) fell 15.9 percent. The stock stumbled after the FDA didn’t accept the company’s filing for Erbitux, an experimental cancer treatment drug. The Biotechnology Index (^BTK) fell 3.61% on the day. Software shares fell al

Community

Controlling Whitespace, Part Three

by Bob DuCharme – In the first and second parts of this three-part series, we looked at techniques for stripping, processing, and adding whitespace when creating a result document from a source document. This month we’ll see how to add tab characters to a result document, and how to automate the ind

Community

On-the-Fly XML to HTML Conversion

By Yehuda Shiran – You can convert an XML file to HTML on the fly, instead of building DOMDocument objects and running a conversion utility between them. You just load the XML file in your browser, and out will come the desired HTML. In order to do this conversion on the fly, you need to specify the