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:RE: HTML in XML -- What to do? From:"Ed Nixon" <ed -dot- nixon -at- LynnParkPlace -dot- org> To:"'Miller, Lisa'" <Lisa -dot- Miller -at- Anheuser-Busch -dot- com>, "'TECHWR-L'" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Fri, 21 Jan 2000 18:48:30 -0500
To step back a pace: the conventional way of thinking about this XML/HTML
stuff is that the XML is 'transformed' into HTML via the XSL stylesheet.
Consequently and without knowing the details of your situation, you are over
complicating your life by having HTML embedded in the database data. It
sounds as if you are asking the XSL stylesheet to handle both XML and HTML
at the same time. I don't think it's worth the aggravation.
Further, it's going to be virtually impossible to make any XML/XSL component
'behave' with respect to missing end tags because XML prohibits un-closed
tag pairs.
Finally, relying on the Microsoft XML tools may put you in left field
because they tend to be out of date with the specifications/standards.
Again, without knowing the details, it sounds as if the designers/developers
need to go back and rethink the approach.
...edN
PS: It's interesting this being the second XML related posting I've seen
today. I don't recall much, if anything coming through in the last number of
months. I wait with anticipation for the tsunami to hit. ;-)
> -----Original Message-----
> [mailto:bounce-techwr-l-19740 -at- lists -dot- raycomm -dot- com]On Behalf Of Miller,
> Lisa
> Subject: HTML in XML -- What to do?
>
>
> 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).
>
> Lisa Miller