Best way to represent XML

"The best way"? Best for what? What do you want to DO with your data?

XML is a way to represent data externally. In order to USE that data in
a program, you have to convert it to something that the program can
use. For that, you use the XML tools we talked about last week. XHTML
is still XML, and can be read with the same tools.

XSLT is about the way XML documents are presented. What do you actually
want to do? If you give us your need, we can offer good, concrete advice.

···

On Sat, 28 Jan 2006 01:48:16 +0100, Sbaush <sbaush@gmail.com> wrote:

I thought that represent XML with XSLT in a XHTML file is the best way but
how can i read the XHTML file with wxPython view?

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.