RE: sexy open source

2002-08-14 Thread Manos Batsis
From: Vegan Portal [mailto:[EMAIL PROTECTED]] 2) Programming language Proposal: pure Java 1.3.1x Remarks: I know many of you are trying 1.4 out, but it may still take some time to be able to be used for production sites. Moreover, many open source technologies were still not ported to

RE: sexy open source

2002-08-14 Thread Manos Batsis
Title: Message Argyn, Err... the subject says "open source". I don't think there is a point in arguing about what sucks and what doesn't, so I just won't. Manos -Original Message-From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 4:05

RE: sexy open source

2002-08-14 Thread Manos Batsis
From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] business doesn't care about opennes as much as about performance and features. The first thing business cares about is not profit or performance; it's survival. To survive in today's business environment, one needs to find a balance between

RE: sexy open source

2002-08-14 Thread Manos Batsis
Score 2, informative ;-) I guess I'll have to get KDE3. Either that or I have no clue about what is going on in my machine (quite possible). Manos -Original Message- From: Hochsteger Andreas /INFO-MA [mailto:[EMAIL PROTECTED]] Sent: Wed 8/14/2002 6:32 PM To: '[EMAIL

RE: Usage of in URLs

2002-08-13 Thread Manos Batsis
The problem with the ampersand in XML, is that it is used to denote the start of an entity. You can replace it... with an entity (amp;): urlhttp://www.foo.com/some-path?arg1=value1amp;arg2=value2/url Manos -Original Message- From: Michael Mangeng [mailto:[EMAIL PROTECTED]] Sent:

RE: Excel generator

2002-07-24 Thread Manos Batsis
From: Michael Wechner [mailto:[EMAIL PROTECTED]] Therefore I thought it would be nice if he is sending me his Excel and I generate an XML, which I can modify , and then I serialize it back into Excel, such that he can work on it. Although I don't like dealing with M$ stuff, a nice

RE: Excel generator

2002-07-24 Thread Manos Batsis
From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Although I don't like dealing with M$ stuff, a nice idea is utilizing the office 2002 XML formats, specifically the one of Excel. Explain the advantage? This is what I brought up, so far its unanimous the other direction. Why would

RE: Modifying an xslt stylesheet before utilisation.

2002-07-18 Thread Manos Batsis
I think Xalan has an evaluate() function that allows dynamic constraction of an Xpath expression. Hth, Manos -Original Message- From: GB [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 3:26 PM To: [EMAIL PROTECTED] Subject: Modifying an xslt stylesheet before

RE: encoding problem with xslt

2002-07-12 Thread Manos Batsis
From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] desired output: a href=frameset.xsp?filename=foo.xmlsearchstring=Integrations auml;mter Integrationsauml;mter /a .

RE: encoding problem with xslt

2002-07-12 Thread Manos Batsis
From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Still no. Of course you can write this in your XML input, but in the serialized output a valid URL has to be written. And auml; is not valid, the is reserved for concatenating request parameters. My apologies, I should have read the

RE: HTML Serializer Problems: xhtml instead of html?!

2002-07-03 Thread Manos Batsis
Try setting the output method appropriately: xsl:output method=html indent=yes/ Hth, Manos -Original Message- From: Arje Cahn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 4:07 PM To: [EMAIL PROTECTED] Subject: RE: HTML Serializer Problems: xhtml instead of

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Manos Batsis
is when you don't know the namespaces you may encounter. Cheers, Manos Regards, Reinhard -Original Message- From: Manos Batsis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: How to remove namespace

RE: How to remove namespace declarations and prefixes?

2002-07-01 Thread Manos Batsis
From: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Is there a difference in performance - your solution compared to a working exclude-result-prefixes-attribute? Depends on whether you want to add a new stylesheet or modify the existing one (if any). While on the second choice (using

RE: Giving up! Cocoon too big, slow and confusing

2002-06-28 Thread Manos Batsis
Well said indeed. I guess that's the reason I've never complained about Cocoon documentation; I don't feel I have the right to ;-) -Original Message- From: David Crossley [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 12:13 PM To: [EMAIL PROTECTED] Subject: Re: Giving up!

RE: 'optimised HTML' serialiser

2002-06-25 Thread Manos Batsis
Sebastien, I would advise you to reconsider your viewpoint. You are suggesting that by sending HTML3.2 you gain the advantage of fewer bytes; I disagree. If you want to save bandwidth, XHTML is what you need. That's because it's modular. You can move most of presentation-related info to a

RE: XPath and Xalan

2002-06-07 Thread Manos Batsis
From: Robert Koberg [mailto:[EMAIL PROTECTED]] You had a name= and a match= on the template, get rid of the name. You are using two different rules. Sorry Rob, the above does not stand. Having both 'name' and 'match' attributes is perfectly legal. For example, xsl:template

RE: Jtidy and character escaping

2002-05-27 Thread Manos Batsis
Bert, Please use the appropriate mailing list for Jtidy; that's your best bet. You can find related info at [1]. [1] http://lempinen.net/sami/jtidy/ Hth, Manos -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: Monday, May 27, 2002 3:07 PM To: [EMAIL

RE: XHTML browser based editor

2002-05-16 Thread Manos Batsis
I've been preparing one for some time with very good features but it needs some work (which I constantly leave for the next month). I just reserved a seat on sourceforge [1] but I don't expect source release for about a month since my final exams just got started plus I got tons of other work to

RE: [OT] XHTML browser based editor

2002-05-16 Thread Manos Batsis
Derek, I absolutely agree, but give me a break; I just registered with sourceforge and no files have been committed. Is it so bad I want to present a solid code base first? Besides, I haven't seen any other (cross) browser based XML editor (meaning not based on java or activeX). Have some

RE: whitespace (carriage-returns) stripped from SVG-path element

2002-04-26 Thread Manos Batsis
You have to use an entity as a carriage return. I think it's #13; HTH, Manos -Original Message- From: Kirwan, K. [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 4:31 PM To: '[EMAIL PROTECTED]' Subject: whitespace (carriage-returns) stripped from SVG-path element

RE: Design advices for XSLT

2002-04-19 Thread Manos Batsis
I take my everyday dose of XSLT from the Mulberrytech XSL-List [1]. Two great sites about XSLT tegniques are Jeni's XSLT Pages [2] and XSL Frequently Asked Questions [3], by Jeni Tennison and Dave Pawson respectively. Also, there are some nice XSLT articles and snippets in TopXML[4], some of

filesize (RE: KrysalIDE for Cocoon2)

2002-04-17 Thread Manos Batsis
Just a quick question folks and please forgive my ignorance. What is the typical file size of a cocoon sitemap? Thanks, Manos - Please check that your question has not already been answered in the FAQ before posting.