RE: [xsl] html tags in xml elements

Subject: RE: [xsl] html tags in xml elements
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Fri, 1 Mar 2002 10:11:07 +0100

On Thursday 28 February 2002 13:44, Alice Tull wrote:
> Hi,
>
> Sorry if this is not the right forum. I'm new to xsl/xml,
> and I'd like to have an element in my DTD that allows for
> html tags in it like:
>
> <Status>
> 	<Code>3030</Code>
> 	<Description>This is an <b>error</b> </Description>
> </Status>
>
> I'm at a loss here what to do. Should I use xhtml, and if so,
> how to specify that in the DTD?
>
> If I don't use xhtml, do I have to subset the set of html tags
> and redefine them in my DTD?
>
> thanx,
> alice
>
>
>
the question I always ask myself first is, do I actually need validation for
this? If so do I need to validate everything or just a subset of my
document?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread