Welcome!

Steve Hoenisch

Subscribe to Steve Hoenisch: eMailAlertsEmail Alerts
Get Steve Hoenisch via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Steve Hoenisch

No, the abbreviation DTD is not etymologically related to a similar abbreviation from medical science, namely, DTs (or delirium tremens), a violent delirium with tremors, which is induced by the prolonged use of alcohol. Though in absorbing the intricacies of DTDs and trying to develop your first one, you may begin to wonder whether the two terms are somehow connected. Even if you've mastered the basic syntax of XML, writing your first document type definition can be brow-ruffling, not in the least because DTD syntax is different from XML. This tutorial aims to ease you into DTD... (more)

Transforming XML Documents into HTML

The power and elegance of XSLT - the Extensible Stylesheet Language for Transformations - stems from its ability to transform XML documents into other output formats like HTML, fulfilling one of the original promises of XML: separating content from presentation. XSLT is particularly powerful because a single stylesheet can format all the XML documents conforming to a DTD into HTML for pub... (more)

Declaring Attributes And Entities In DTDs

Introductions to XML all too often ignore the power of the attribute. It gets neglected in favor of the element's ability to capture the structure of a document or the meaning of content. But in developing flexible, reusable document models and in capturing metainformation about structure or content, the attribute's overlooked utility quickly comes into focus. Overlooked, too, have been e... (more)

Structuring Documents With XML

This month's tutorial, the second in a series, picks up where last month's left off - on the path toward publishing your résumé on the Internet as an XML document. Last month (XML-J, Vol. 2, issue 5) I presented an overview of XML, described its basic building blocks, and demonstrated how to create a simple XML document. This month, after reviewing XML's fundamental components, I'll guide... (more)