This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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

Re: Need help with xalan 2.1.0


Norman Walsh wrote:
> 
> / Eric Richardson <eric@milagrosoft.com> was heard to say:
> | Beside the xml declaration, what is the difference between output
> | methods anyway?
> 
> One outputs HTML, the other XHTML. Specifically, consider the handling
> of end tags:
> 
>   HTML: <img src="foo.png">
>   XHTML: <img src="foo.png"/>

Handled by <xsl:element name="img" ... based on the output method.
Didn't know this is how this works. You are so advanced in these
stylesheets that unless you are good at XSLT then it is hard to follow.
I know the difference between XML and HTML but I didn't know the
relevence - the basic stuff of XSLT. :-,

> 
> Now, I'm not sure that those two things should have to agree, but I'll
> take that up with the Xalan folks, I guess.

Okay, thanks.
Eric


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