Subject: RE: XML -> HTML with paragraphs
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 21 Sep 2001 18:17:54 +0100
|
> But I get error
> when I try to parse the file with a XML parser (I used XML Spy).
> It complained that the HTML/XHTML tags is not define....
>
> Do I have to define all HTML tags myself?
This is an XML question, not XSLT!
You only have to define the tags if you want to validate the document
against a DTD. Validation is optional (and I very rarely do it).
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|