This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: html tags in xml elements




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]