RE: XML file

2003-06-12 Thread I-Lin Kuo
coon app itself. I'll add this to the DebuggingWithViews page I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor Java Users Group (http://www.aajug.org) Original Message Follows From: "Conal Tuohy" <[E

Re: XMLType in Oracle9.2i

2003-06-12 Thread I-Lin Kuo
wouldn't think that there's a difference between what you get back in XMLType and what you get back as CLOB, since the default underlying storage type for XMLType is CLOB. The other storage type is schema-generated. I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advance

RE: XML file

2003-06-12 Thread I-Lin Kuo
er to tell if you post the xml and the xslt. I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor Java Users Group (http://www.aajug.org) _ Tired of spam? Get advanced

RE: the url cannot be null

2003-05-31 Thread I-Lin Kuo
fter experience, it's not so bad to keep the components you need in each sitemap, especially to have your own names for generators or transformers, and be able to move your app under any other sitemap, or put it directly as root." So, maybe it's my SQLTransformer that's not b

the url cannot be null

2003-05-31 Thread I-Lin Kuo
/SQL/2.0";> SQLTransformer Test with sql: select to_char(sysdate, 'month DD, HH24:MI:SS') "Now" from dual Am I missing something obvious, or is there a problem with specifying the pool once I do a sitemap mount? And what does

RE: pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
Thanks. Both Alfred and Marco's suggestion worked. Although it's not as elegant as I'd like, at least I know it can do what I want. Placing the parameters into the request allowed me to bypass the fact that generators don't take parameters I-Lin Kuo, Ann Arbor, MI Orig

Re: pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
The FileGenerator doesn't use any parameters. Maybe the problem is that I'm passing to a FileGenerator. I'm going to try passing to an xsp instead... _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?

Re: pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
he search engine related pipeline all in one place to keep changes synchronized. It also makes it easier for me to hand this off to someone else and say "to use the search engine, all you have to do is pass these parameters to cocoon:searchengine.xml" I-Lin Kuo, Ann Arbor, MI Macromed

pass parameters to internal pipeline

2003-03-02 Thread I-Lin Kuo
m the following pipeline: I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor Java Users Group (http://www.aajug.org) _ The new MSN 8: smart spam protecti

XSP as=xml versus as=node

2003-02-26 Thread I-Lin Kuo
Hi, In the cocoon docs for XSP at http://xml.apache.org/cocoon/userdocs/xsp/request.html it talks about the attribute as="node" but displays as="xml" in the sample code. I tried both on my setup and they both work, but is there any difference between the two? I-Li

Re: String replacement in Cocoon

2003-02-24 Thread I-Lin Kuo
rder to do what I want, I actually need to write a transformer, which I'll learn to do later when I have a little more time. I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor Java Use

Re: String replacement in Cocoon

2003-02-23 Thread I-Lin Kuo
nsert statement, because the characters '?& have special meaning and have to be escaped. I-Lin Kuo, Ann Arbor, MI Original Message Follows From: Andrew Savory <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: String replacement in Cocoon Date: S

String replacement in Cocoon

2003-02-23 Thread I-Lin Kuo
e (while preserving whitespace) but can't figure out how to do that. Is this the right approach, or is there another way? P.S. I've read Jeni Tennison's string replacement method at http://www.dpawson.co.uk/xsl/sect2/StringReplace.html#d7016e13 but this won't quite do it

second instance not picking up sitemap

2003-02-17 Thread I-Lin Kuo
I'm running Cocoon 2.0.4 on Tomcat 4.1.12 on Apache 1.3.6 on UNIX but I'm developing with 2.0.4 on Tomcat on Apache 2. I figured I'd develop and test on my own machine and then copy the files over. The sysadmin has kindly cloned the production instance of Cocoon ( just by copying the folder) so

SQLtransformer repeats namespace

2003-02-05 Thread I-Lin Kuo
;http://apache.org/cocoon/SQL/2.0";>225 === Is this a bug, or did I configure something incorrectly? I can get around this by explicitly naming the namespace via http://apache.org/cocoon/SQL/2.0";> but that's annoying. I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusio

newbie xsp question

2003-02-03 Thread I-Lin Kuo
In the sample xsp provided with cocoon, on the page docs/samples/xsp/simple.xsp There's a section of code that looks like this: Item i I understand that the CDATA sections are needed to escape the "<" in the for loop declaration, but it seems

Re: AW: Cocoon for persistent URLs

2003-01-29 Thread I-Lin Kuo
same thing. I will probably also force the URL to be of a certain form as well to differentiate between the two. I-Lin Kuo, Ann Arbor, MI Original Message Follows From: "Marco Rolappe" <[EMAIL PROTECTED]> I think you're mixing up the concepts of files and resource

RE: Cocoon for persistent URLs

2003-01-29 Thread I-Lin Kuo
does it merely promise that there will always be some file at that URL, or does it promise it's always going to be the same file at that URL? I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor Java Users Group (www.aaju

Cocoon for persistent URLs

2003-01-29 Thread I-Lin Kuo
e the file exists at the remapped URL and what to do if it disappears or is modified - how to keep track of files that get moved. I-Lin Kuo, Ann Arbor, MI Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor Java Users Group (www

RE: sexy open source

2002-08-14 Thread I-Lin Kuo
ven't tried ORO. But personally, I'd prefer Sun's version in 1.4, whenever possible. I-Lin Kuo Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programmer Ann Arbor, MI _ MSN Photo

RE: sexy open source

2002-08-14 Thread I-Lin Kuo
>From: ROSSEL Olivier <[EMAIL PROTECTED]> >But if you use schema-based storage, you can have your XML internally >stored >into SQL tables. And XPath queries are rewritten (yes yes!) into >corresponding >SQL equivalent. That's on the feature list, but is it implemented yet? If so, where? In XSU?

RE: sexy open source

2002-08-14 Thread I-Lin Kuo
rently investigating mapping SQL queries to HTTP URLs. >So we can use a simple Http generator to get XML from Oracle. > >This is a (very) simplified overview. > >I have not made stretch test yet. I-Lin Kuo Macromedia Certified ColdFusion 5.0 Advanced Developer Sun Certified Java 2 Programm