473,698 Members | 2,643 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1680
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**********@g mail.comwrote in
<31************ *************** *******@i12g200 0prf.googlegrou ps.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...@ctncor p.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*****@codesm iths.comwrote in
<b5************ *************** *******@u10g200 0prn.googlegrou ps.com>:
On 1 Feb, 08:19, Pavel Lepin <p.le...@ctncor p.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
31195
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 suppose i log in my site using username "test". At this time I set $_SESSION="test". And I use $_SESSION inside my application to print the username. Now if I open another browser & log in with "another test" the session
11
4955
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., http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=Tidy7IDbDHA.2108%40cpmsftngxa06.phx.gbl) that indicate that ASP will queue up requests when they come in with the same "session".
2
430
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 that element's attributes, value and children. I've done this via Java with <saxon:output> element in Saxon's XSLT extension, but I'm not sure how to do it in C#/.NET. Assuming I use an extension object, what do I have to modify in the C# class...
0
1978
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 application ( i.e. a single app running and a single window). A very useful method indeed - very rapid to develop, forms designed at design time, all forms encapsulated within one window, SDI, only one task on taskbar etc... Now, i know...
9
2769
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 wizards. But, I have found that trying to do something "outside the norm" adds a rather large level of complexity and/or data replication. Background I have been commissioned to create a web-based application for a client. It has a formsaunthentication...
12
1762
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 table C looks like variablename, value, value an example would be
3
6503
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 (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp) but I don't want clients to have to add two web references and then manually have to edit the proxy classes. After doing some searching I found that putting references to multiple web services in a .disco...
2
1815
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 report instances are all combined into a single XML file (each separate "document" contained within an element below the root node). I've been using the xsl:result-document instruction and the SAXON processor to split these. As part of the next...
6
2119
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 somehow was under the impression that, when compiling an ASP.NET 2.0 app, that multiple dll files were output for the project: one .dll per ASPX page/file. Gone was the day when we could simply compile the project and get a single .dll that we...
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9170
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8876
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7741
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4624
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2341
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.