The Three Layers of Content Management XML
further extends the amount of separation so that three basic things
result: 1) the XML document containing the pure content itself, 2) a
DTD or XML Schema Document (XSD) with the allowable structural elements
and their attributes to validate the XML document, and 3) XSL style
sheets (possibly XSL_FO and XSLT transformations) to convert the core
content document to multiple output channels with different
presentations. The three layers correspond to different types of
markup. In the content core, the markup is semantic, with meaningful
tags like name and price, the RDF properties that will drive the
Semantic Web. In the structural layer, markup is syntactic, with tags
like div and span. In the outer layer, markup is stylistic or
presentational, with tags like font, b, and i. The
layers also correspond to different professional skill sets—designers
on the outside, architects building the middle layer, and content
authors in the core. XSD, XML, and XSL are three components like the
red, green, and blue signals of component television. Separating CSS
from XHTML is, like S-Video, good but not HDTV. And finally, in
an effort to make the objective of XML content-creation tools more
readily understandable, here's a railroad metaphor: we can say the
Developer Editor tools build the structure rail on one side (the
content model) and the style rail on the other (the presentation model)
that keep the author/editor on track with guided writing. Author or Developer? Both Second, your XML will
need to be re-purposed to feed ever more types of output channels as
you exploit multiple opportunities to publish your content. The XML
Developer Editor will let your application developers design and build
the several XSLT transformations that will be needed behind the scenes
to publish your content. So now that we've framed the whys and
wherefores of XML tools, it's time to take some out for a spin. Test Method We
joined online company forums where they were offered and read some
posts to get a sense of the user communities. We also joined
independent mailing lists of user groups. When we encountered problems,
we first Googled the error message or situation, then we sent in
questions to vendor support. We found the company is usually a user's
last resource for help. Once all the tools were installed, we
created a test set of XML documents, XML schemas, and XSLT style
sheets. We took them from CM Pros' Design Patterns for reporting Best
Practices initiative and we simplified one of these to make a DITA XML
test document. We recommend you follow a similar methodology,
working with test documents drawn from your own content. If you have no
structured content, you have three options: Feature Evaluation For
a sophisticated developer, any good text editor can be used to create
XML documents, XML schemas, and XSLT style sheets. Among the most
popular are HomeSite and UltraEdit (Windows), BBEdit (Mac), Emacs
(Unix), and jEdit (cross-platform Java), our favorite tool. These
typically have validation, tag-completion, elements in context, etc.
And jEdit recognized the ditabase.dtd properly from its DOCTYPE
declaration, where our reviewed XML Developer Editors surprisingly
could not. Here are the key features we focused on in our examination of these tools: IDE.
An XML Developer Editor that is the central part of an Integrated
Development Environment is a must-have tool for any organization moving
its content to XML. Since that now includes all content, at least one
person in your organization needs an IDE. We judge the IDE tools by how
many different aspects of XML they support. They should not only work
with XML schemas and DTDs, they should provide full creation and
debugging tools for these schemas. Perhaps even more important, they
should let you design, debug, and deploy the many different style sheet
transformations (XSLT) to repurpose your content for multichannel
publishing. The best of them are part of a coordinated suite of tools
that implement the many other options for XML development, which
includes an alphabet soup of acronyms. WYSIWYG.
A simple XML Author tool that enforces the structural and styling
constraints of XML schemas and XSL transformations can do this without
revealing complex behind-the-scenes machinery. It should provide a
comfortable and familiar interface for content creators used to working
in standard what-you-see-is-what-you-get word processors. If the ratio
of content creators to content editors and designers is high, you will
need many more XML Author tools than XML Editor tools. Validation.
Guided writing, or structured authoring, works best when the writer is
constantly assisted in doing the right thing. The ideal is continuous
real-time validation against the content model rules in the schema.
Even more rigid is to not allow the possibility of error. So validation
comes in a range of settings. It can be turned off for experts. It may
be done by clicking a request for validation. It may provide only
warnings. It may actually correct or prevent errors. Some tools only
allow both start and end tag sets to be inserted. Elements in context.
When adding structural elements, the best tools display a
context-dependent list of the "allowed" or "available" elements that
can be added at the current insertion point in the document. This can
be in a separate window pane or a floating palette, a drop-down menu
when you type an open tag, or revealed by right-clicking at the
insertion point. Some Editors allow you to turn this down, or
completely off for power users. Tags-on view.
Though they disrupt the pure WYSIWYG look, optional visual
representations of the start and end tags for structural elements are
very helpful. Structure, or Tree, view. A
hierarchical view of the document, which expands and contracts elements
like an outline tool, letting you move around quickly in large
documents. More powerful Editors let you move structural elements in
this view and synchronize changes with other views. Grid view. An arrangement of your content in something like spreadsheet cells. Cells can be moved, preserving their internal structure. Drag/drop structure.
The best Editors allow selection of the whole structural element, then
drag-and-drop of the element—only to locations that are valid for the
specific element, of course. Source-code view.
Some pure WYSIWYG Editors can show the source code for changes best
made while looking at the XML source. Top tools highlight the syntax
with your choice of colors so authors can easily distinguish the code
from the content. Tag auto-completion. When typing tags yourself, auto-completion is one way of enforcing correct structure. Line indenting.
Source code that is hard to scan quickly is useless. The best tools
indent child elements to reveal the document structure. They may do
this as you type or on-demand. But watch out for tools that add white
space where you don't want them in mixed XML content. They should
"roundtrip" your code cleanly. XSLT processor. Built-in XSLT processing lets you view the multiple transforms to publishing output channels. XPath/XQuery.
Quickly find elements anywhere in a document that share a property and
may be targets for special repurposing in your XSLT outputs. Some tools
populate the XPath with your contextual position. As you click in the
document your XPath appears automatically in the search box. Native XML databases. Berkeley and eXist databases store your XML as is. Many content management systems do as well. Specific schemas.
Support for well-known XML "vocabularies" like DocBook, DITA, etc.
Support also for different schema standards, like DTD, XSD (XML Schema
Document), Relax NG, NRL, etc. DITA. The Darwin
Information Typing Architecture standardizes schema components that can
be specialized to a variety of technical documentation needs. DocBook. While DITA accomplishes most of what the SGML DocBook standard provides, some tools continue support for DocBook. Package size. The amount of code downloaded gives you some idea of the amount of work put into these great tools. Communities online.
Judging a book by its cover is a bad idea, but listening to what users
are saying about these tools is a solid criterion for judgement. Google PageRank.
Another objective measure of a company is its Google ranking on a
logarithmic scale from one to ten. Note that every additional step up
in rank means roughly ten times the importance of the site. Templates.
A library of "stationery" resources, XML documents that authors can
start with, knowing they are valid for certain schemas and support
specific output style sheets. Developer tools.
All our Developer tools can extract schemas from well-formed XML
documents. Some offer visual schema designers. Some provide schema
management to assist in the creation of compound XML documents that
contain elements from diverse schemas and namespaces, e.g., Dublin
Core, SVG (scalable vector graphics), MathML, etc. Some visual XSLT
style sheet designers are synchronized with their code view. Look for
new XSLT 2.0 support. Spell check. This can
range from simple checking with a customizable word list to dynamic
word and phrase completion to insure that writers use terminology
consistently throughout the organization. Multilingual. Unicode support for integration with translation tools. There
are other important features you should evaluate when considering the
selection of an XML tool; however, we didn't include these in our
matrix because all 12 tools we evaluated have them. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
INTRODUCING THE XML AUTHOR EDITORS Adobe FrameMaker 7.2 PTC Arbortext Editor 5.2 with Styler XMetaL Author 4.6 DITA Edition Syntext Serna 2.5 INTRODUCING THE XML DEVELOPER EDITORS Cladonia Exchanger XML 3.2 Stylus Studio 2006 SyncRO Soft 7.1 INTRODUCING THE XML AUTHOR AND DEVELOPER EDITOR Altova XMLSpy/Suite 2006 BROWSER-BASED XML AUTHOR EDITORS We briefly looked at four browser-based XML Author tools, but difficulties integrating them into the necessary Web server and CMS prevented us from studying them properly at this time. Worth a look are Ektron eWebEditPro + XML, integrated with Ektron's CMS400.NET, and top CMSs like Documentum, FatWire, Interwoven, Microsoft, Percussion, SilkRoad, and Vignette; Ephox EditLive! for XML, a Java applet that specializes in XML output from form-style Web pages to feed data into your XML publishing stream; XMAX (XMetaL for ActiveX), an IE plug-in; and Xopus, written entirely in JavaScript and adaptable to most any CMS on the backend. Xopus is integrated into Arbortext Publishing Engine as its Contributor product. All these are WYSIWYG Style interfaces that your content contributors can work with. But remember that none of them will work without skilled application developers integrating them into your publishing system with XML Schema Documents and XSLT style sheets. For this they will need an XML Developer Editor (IDE) tool. OASIS/IBM DITA Open Toolkit |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
XML AUTHOR/EDITOR FEATURE MATRIX
|