[Zope] XMLDocument Question

Techlists techlists@sltrib.com
Mon, 28 Feb 2000 16:44:53 -0700


Quick XMLDocument Question.

A DTD that I am working with has a structure that looks something like this:

<body.content>
	<block>
		<p>Paragraph 1.</p>
		<p>Paragraph 2.</p>
		<p>Paragraph 3.</p>
		<p>Paragraph 4.</p>
	</block>
</body.content>

I need to be able to use dtml methods to map such paragraphs to html paragraphs
within a dtml document to display the whole document using Zope and XMLDocument
as a kind of server-side style sheet.

This should be easy, but I can't find docs to figure it out myself.  Anyone got
some quick answers?

Thanks in advance,
Sean

--Sean D. Upton - Product Development Coordinator
--Tribune Solutions - Developers of NewsView Solutions Products
--8th Floor, 143 S. Main Street  Salt Lake City, Utah 84111
--(801) 257-8816     ***     sean@sltrib.com