|
This article explains how to
SmartMode consists of four
This introductory article
This column presents some of
validate the structure of
rapid JSP development tools
shows how to create XML
the changes to the author's
your XML documents
that facilitate, through a
Document Type
previous module suite,
with Perl. It does so by
series of authoritative
Definitions (DTDs) and
utilities for high-level
combining the simplicity of
XML documents, the
well-formed, well-defined
Python handling of XML
Test.pm from the standard
building and managing of
XML files that can be
documents, as well as
Perl distribution with the
Java Beans (or EJBs) and
validated by the XML parser
some tips on advanced
flexibility of XPath.
corresponding database
of your choice. While you
aspects of using and
schema (object-relational
don't have to include a DTD
customizing the modules.
mapping), sitemap and site
with every XML file you
Code samples demonstrate
layout, multi-screen data
produce, doing so will make
py_obj._XML attributes, node
entry wizards, and
your life a lot easier. Not
attributes treated as
dynamically generated lists
only will a DTD enforce the
objects and lists, py_obj
of data. The tools cut
syntax you've established
magic attribute behavior,
development time by 80% by
for your XML files, it will
and more.
automating many of the
also allow your files to be
repetitive tasks most
parsed by a validating XML
enterprise developers face.
parser. Code samples include
Developers benefit from
DTD and XML document
SmartMode's open,
examples.
standards-based approach
which preserves and enhances
investments in existing
tools, training, and
infrastructure. SmartMode
supports the following
Standards: XML, Java XML
Parser APIs, J2EE, J2SE, the
WAR file format, CSS, HTML
3.2+, JSP 1.1+, SMTP,
JavaMail, and Servlet 2.2+.
Date: Jan, 23 2006 Date: Aug, 31 2001 Date: Jul, 07 2001 Date: Jun, 21 2001 |
|
This article examines how to
This article shows how to
Form submissions in ASP are
This article, along with
use VBScript classes to
create an XML
usually written to some sort
source code, explains how to
transform XML
document from a
of database management
parse XML documents
documents for use in a
Recordset using the
system. However, if you need
using XSLT (eXtensible
Web application. It creates
Microsoft XMLDOM object. It
your form submission data to
Stylesheet Language
a handy class to perform a
explains how to create a
be more portable, you may
Transformations). XSLT is a
number of XML features, such
custom function that will
want to write it to an XML
language for transforming
as rendering XML information
take the contents of a
file. Especially useful when
XML documents into
from an XSL stylesheet and
Recordset and return a much
the data you are gathering
other XML documents
returning plain XML data.
friendly-on-the-eyes XML
will be sent to applications
or HTML documents. It does
This class encapsulates XML
version. Once the ASP page
on non-Windows platforms.
not discuss XML, XSL or XSLT
and XSL functionality,
calls this function and has,
This tutorial explains how
syntax, but rather focuses
making it easier to display
as a string, the XML
to write a form submission
on how to transform XML
XML data in a number of ways.
structure, it can either
to an XML document
documents with XSLT
save it to disk or write out
using the Microsoft XMLDOM
using the Sablotron XSLT
the contents via
Object.
processor. Source code
Response.Write.
available for download.
Date: Jun, 20 2001 Date: Jun, 19 2001 Date: Jan, 09 2001 Date: Oct, 25 2000 |