473,396 Members | 1,777 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Pushing multiple xml through a xsl file to generate a single htmlpage

I am building a reports system. Several events can happen in the space
of an hour so over a long weekend there can be quite a lot of events
(hundreds). Therefore sending everything as a single xml file will
take a long time. Also sending one report at a time would take a long
time for the roundtrip.

What I was going to do was batch up a number of events (say 10) and
then make a request for the next 10. Simple tests show that the first
part of this works (I'm working off the w3schools cd catalog example
with added javascript to hide all but 1 item at a time) but I am
unsure about the second part - specifically the sending of data
through the XSL file and having it append to the original file. As
far as I can see it will overwrite the original html.

Is this possible or am I better off sending individual items through?
Jan 31 '08 #1
4 1670
That's going to take me some time to digest.

OT: I agree with you on the v5 spec. I dunno why they don't promote
correct xhtml and css better rather than creating a spec that no-one
needs. It seems to be diverging from what I remember of xhtml1.1 (or
was/is now 2.0?).
Feb 1 '08 #2

graham.reeds <gr**********@gmail.comwrote in
<31**********************************@i12g2000prf. googlegroups.com>:
OT:
That's not altogether OT here, although ciwah might be
somewhat more appropriate for this discussion.
I agree with you on the v5 spec. I dunno why they
don't promote correct xhtml and css better rather than
creating a spec that no-one needs.
Because at least one of the major UA vendors feels XHTML
would represent a somewhat more level playing field, where
it would be harder for them to achieve the lock-in they're
enjoying now. Naturally, that would be detrimental to their
business strategy, and for some reason or other, other W3C
members chose to comply with their wishes in the end.
It seems to be diverging from what I remember of xhtml1.1
(or was/is now 2.0?).
1.1 really was a fluke. It lost all of XHTML 1.0's
crufty 'compatibility' with HTML 4.01, and didn't offer
much in return. Since it was rolled out even before there
was any sort of real support for XHTML 1.0, it never even
had a chance. XHTML2 WG was chartered about a year ago, but
in my opinion Microsoft successfully torpedoed that effort
with the rechartering of HTML WG. Mobile profiles of XHTML
remain our last hope, really, at least we have some sort of
a wedge in the consumer market there, but it still remains
to be seen how much good it is going to do in the long run.

--
<>There is no phenotype</>
Feb 1 '08 #3
On 1 Feb, 08:19, Pavel Lepin <p.le...@ctncorp.comwrote:
Mobile profiles of XHTML remain our last hope,
Those are dead now too. They might have happened when mobile meant
"mobile phone", but these days a more likely user agent connecting
through a phone network is some sort of mini-Opera on a display of
400px upwards. These clients want the _real_ WWW, not a transcoded
XHTML MP dumbed version of it targeted at sub-200px displays.
Feb 1 '08 #4

Andy Dingley <di*****@codesmiths.comwrote in
<b5**********************************@u10g2000prn. googlegroups.com>:
On 1 Feb, 08:19, Pavel Lepin <p.le...@ctncorp.comwrote:
>Mobile profiles of XHTML remain our last hope,

Those are dead now too. They might have happened when
mobile meant "mobile phone", but these days a more likely
user agent connecting through a phone network is some sort
of mini-Opera on a display of 400px upwards.
My impression was that while XHTML MP support is largely
useless by now, some not-so-enlightened authors still
insist on using it to create new content.

If you're right, oh well, pardon me while I run around in
circles like a headless chicken.

--
<>There is no phenotype</>
Feb 1 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: john | last post by:
How do u guys handle multiple sessions?? i.e, opening different browser windows by running iexplore.exe or clicking IE icons and opening the application. My sessions are mixing up. what i mean is...
11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
2
by: spjewett | last post by:
I need to generate multiple output files while transforming a single XML file with an XSLT. I generate a node list of a certain element type, then generate a new file for each element based on...
0
by: jon | last post by:
Using Visual C++ and MFC, one could generate a very nice MMI using CFormView and the method detailed in the MSDN "vswap" example to allow multiple forms to be viewed ( switched to ) within a single...
9
by: Graham | last post by:
I have been having some fun learning and using the new Controls and methods in .Net 2.0 which will make my life in the future easier and faster. Specifically the new databinding practises and...
12
by: Peter Proost | last post by:
Hi group, has anyone got any suggestions fot the best way to handle this problem, I've got 3 tables for example table A, B, and C table A looks like name, value table B looks like name, value...
3
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types...
2
by: marklawford | last post by:
I've been prototyping a reporting solution using XSLT and Java to transform a number of XML files into different formats (PDF and CSV mainly). The XML comes from a legacy system where a number of...
6
by: Bob Johnson | last post by:
I'm finally getting around to migrating a "big" ASP.NET 1.1 app to 2.0. I've been reading up on the differences and I'm NOT finding something I was lead to believe was the case a long time ago. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.