Subject: Re: Parsers vs. processors
From: Petr Cimprich <petr@xxxxxxxxxxxx>
Date: Tue, 09 May 2000 12:52:38 +0200
|
STomcat@xxxxxxxxxxx wrote:
> just a question about input of XSL processor,
>
> XML doc --> xml parser --> xml doc --> xsl proc -->
> ..
> XML doc --> xsl proc -->..
>
> does this two cases work ?
It works more like this:
XML doc --> xsl proc --> XML doc
XSL template -->
> are we oblige first to use an XML parser before using
> XSL processor?
Each XSL processor includes an XML parser to parse both data and
template.
--
Petr Cimprich
Ginger Alliance Ltd.
www.gingerall.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|