Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Best way to display a large XML

From: rudigarude@----------.---
To: NULL
Date: 1/6/2009 11:56:00 PM
On 6 Jan, 16:10, Martin Honnen <mahotr...@yahoo.de> wrote:
> rudigar...@googlemail.com wrote:
> > I have a reasonably large XML file created for an image processing
> > experiment, and have been displaying them using XSL. However since
> > there are quite a few of them, what I want to be able to do is show a
> > few of these objects at a time, e.g. 10 at a time.
> > I am not looking for anything pretty, but it needs to be simple since
> > I don't have time to start implementing anything major. Is this
> > possible in XSL? If anyone knows a suitable tutorial that shows
> > someone doing something similar then that might help.
>
> Well XSLT does not display anything, it is a transformation language
> that transforms XML to XML or HTML or plain text.
> Do you use XSLT to transform XML to HTML to display HTML in a browser?
> Where do you use XSLT, on the server (e.g. with JSP or ASP) or in the
> browser (e.g. with Mozilla or IE)?
>
> --
>
> =A0 =A0 =A0 =A0 Martin Honnen
> =A0 =A0 =A0 =A0http://JavaScript.FAQTs.com/

Yes, I am using XSLT to transform the XML to HTML in the browser. Just
a simple

<xsl:for-each select=3D"Objects/object"></xsl:for-each>

type thing in a *.xsl file.

What I imagined was that I could have a page that displays 10 (or so)
objects at a time, much like an email inbox. Since both the XML and
XSL code is generated by the output of my C++ code I want something
simple, since it needs to be automatically generated for various
experiments.




transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent