MartinC wrote:
Quote:
I am no expert on the subject but some of my translation work is being
saved as XML files by a dotnet ap. Now I would like to just "read" the
text. Is there a way to turn XML automagically into something readable?
|
Yes, but.
The problem is that XML is not a single language. It's a basic syntax,
with many different languages layered on top of it. An automatic
conversion needs to understand which language you're working in, and how
it expresses what kinds of information.
There are certainly tools such as XSLT which can be used to render XML
into forms which are easier for humans to read, for example by producing
HTML from it. But to use those tools, you need to be able to describe to
them what the current structure of the XML is and how you want to map
that to the displayable version. Essentially, you're writing a program
to automate this conversion, though you're doing so in a language
designed for the purpose.
So you can get automatic rendering -- but only after someone automates
it for you. Contact whoever wrote the application you're working with,
and ask them how to obtain a rendered version of the information. Or
learn to write your own stylesheets. Or settle for reading the XML,
which *is* human-readable even when it isn't particularly human-friendly.
--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry