[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: I haven't got xslt.dtd...

Subject: Re: I haven't got xslt.dtd...
From: Sean Wheller <seanwhe@xxxxxxxxx>
Date: Thu, 27 Nov 2003 23:18:08 -0800 (PST)
xslt dtd
--- Vicente Castillo <castillo@xxxxxxxxxxx> wrote:
> Hi all,
> I think that an xslt.dtd file would be useful for
> that as it seems to 
> be some kind of definition file for the xml.
> 

Vicente,

The DTD for XSL is built-in to whichever processor you
are using.

When you write an XSL and wish to validate it. The
processors validate command will do the job without
needing to have a DTD specified.

Most XML/XSL Editors, that provide a code-insight
feature, will parse the DTD specified in prologue in
order to populate the code-insight. Really good
editors will parse the DTD in context of the document.
That is, if you are inserting an element as a child to
a parent, then only those elements contained by the
parents element definition will be displayed on the
code-insight.

As the DTD is built-in to the XSL processor, editing
and processing performance are improved. This is due
to the fact that the editor does not have to load and
then serialize the DTD.

One of the reasons why this is possible, is because
the Elements, Functions, Axes and Operators of the
language are standardized by the W3C XSLT
Recommendation [http://www.w3.org/Style/XSL/],
currently at version 1.0.

This means that you cannot just change or customize
XSL. Well, if you want to preserve portability and
compatibility across applications.

With regard to your application. You may want to
reconsider the process of converting to TXT and then
back to XML. Rather remain in XML.

Hope this helps,

Sean Wheller



__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.