TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:HTML in XML -- What to do? From:"Miller, Lisa" <Lisa -dot- Miller -at- Anheuser-Busch -dot- com> To:"TECHWR-L (E-mail)" <TECHWR-L -at- lists -dot- raycomm -dot- com> Date:Fri, 21 Jan 2000 12:08:20 -0600
TECHWR-Ls:
I'm prototyping XML output from a database. The information in the database
contains HTML tagging; therefore the generated XML also contains HTML tagging.
I get an IE5 error that my tags aren't closed. Specifically, I am using list
tagging (<UL></UL>,<OL></OL>, <LI>) in the database. Does anyone know how to
get the XSL parser to handle the HTML in the XML? (Tooooo many new acronyms,
sorry).