× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




From: Simon Coulter
XSLT does seem slow. I've not bothered determining why.

The browser is doing a lot more work to process XML and XSTL documents than to just process an HTML document. And there's some extra latency of requesting and downloading two documents.

Consider that the browser is parsing an XML document and generating a DOM tree. Then firing off a request for the XSTL document. Then receiving it. Then parsing it into a DOM tree. Then performing the transformations of XML + XSTL into HTML. And that process involves conditional expressions and looping logic in addition to reading the DOM trees of both documents.

Then the browser finally processes the intermediate HTML.


From: David Foxwell
Am I wrong to say that the RPG program should do as
much of the processing as possible?

I think a better question would be whether an RPG programmer should be more involved in user interface design and implementation. I tend to think so. But we sometimes need to get out of our comfort zones and learn UI technologies, which could include XML and XSTL, along with others.




As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.