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]

Re: XML source with DOCTYPE declaration


Hi David,

> Your stylesheet appears to be trying to convert XHTML to HTML.
> HTML doesn't have a motion of namespaces so I'm not sure why
> you are doing this:
>
> <xsl:element name="{local-name()}"
> namespace="http://www.w3.org/1999/xhtml";>

This was a suggestion that I made... Zeljko has some files in XHTML
*with* a DTD, and some in XHTML *without* a DTD.  The ones in the DTD
declare the namespace, and the ones without don't.  The above template
is a preprocess to move the XHTML elements in the documents without
the DTD into the XHTML namespace, so that she can have a single
stylesheet that operates on both types of XHTML files.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



 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]