So much good hints, pointers, thoughts, etc.
On and offline.
After a lot of thought and mulling about, I thought I'd share what I was
thinking in regards to the "pure" XML I refered to earlier...
<?xml version="1.0"?>
<article id="43467">
<status>in process</status>
<author>
<id>302435</id>
<name>Julie Author</name>
<email>jauthor(_at_)myco(_dot_)com</email>
</author>
<editor>
<id>2993</id>
<name>Jane Editor</name>
<email>jedit(_at_)myco(_dot_)com</email>
</author>
<keywords>this, that, other</keywords>
<teaser>Teaser about this article.</teaser>
<abstract>A short intro to what this article is all about.</abstract>
<content>
<title>Intro paragraph here.</title>
<sub-title>Main paragraph.</sub-title>
<para>
Lots of text goes here
</para>
<para>
More text goes here
</para>
<sub-title>Main paragraph.</sub-title>
<para>
Even more text goes here
<list>
<item>Something here</item>
<item>Something else here</item>
<item>Something else here</item>
</list>
</para>
</content>
</article>
or I was thinking about this for the </content> space...
<content>
<title>Intro paragraph here.</title>
<sub-title>Main paragraph.</sub-title>
<body>
<![CDATA[all my xHTML goes in here]]>
</body>
</content>
But my concern about this "version" is the sub-header and other content
defintions, bullets, numbers lists, italics, various typographic
constructs.
Or am I way over thinking this?
Walter
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--