[
Lists Home |
Date Index |
Thread Index
]
- From: Evan Lenz <elenz@xyzfind.com>
- To: tpassin@home.com, xml-dev@lists.xml.org
- Date: Fri, 06 Oct 2000 10:28:38 -0700
> The trouble with this is that the output has undesired text. When do you
>find out about deprecated things in, say, java? When you try to compile
(or
>maybe create statements) in a development IDE, that's when. It's
>***developer*** actions that should trigger the notice, and developers who
>should get notifications.
<xsl:message> does not add anything to the output.
It's behavior is implementation-specific:
"NOTE: An XSLT processor might implement xsl:message by popping up an alert
box or by writing to a log file."
<xsl:message terminate="yes"> causes the transformation to terminate. The
default value is no.
The developer is precisely the one who should get this message.
Evan Lenz
elenz@xyzfind.com
http://www.xyzfind.com
XYZFind, the search engine *designed* for XML
Download our free beta software: http://www.xyzfind.com/beta
|