RE: Pb with the DOM2DOM sample : it doesn't work when I'm using internal or external entities

2001-06-10 Thread MAHE Vincent FTRD/DIH/REN
Thanks, it works all fine now with external and internal entities. Vincent -Message d'origine- De: Gary L Peskin [mailto:[EMAIL PROTECTED]] Date: jeudi 7 juin 2001 15:09 À: [EMAIL PROTECTED] Objet: Re: Pb with the DOM2DOM sample : it doesn't work when I'm using internal or external entit

Re: Internationalization in XALAN

2001-06-10 Thread Gary L Peskin
Praveen -- Yes, I'm looking into bug 1950. However, I need to understand exactly what you're doing when you encounter this problem. I have the "Variable1.xml" and "Variable1.xsl" files from your previous posts. I'd also like to see the java code you use when you're creating your DOMSource. Yo

RE: XSLTC DOMImpl class

2001-06-10 Thread Marco . Mistroni
hi mr jorgensen, thanx a lot for the suggestion problem is that i have different input all the time i will try everything is possible to have faster performances... thanx and regards marco > -Original Message- > From: ext Morten Jorgensen [mailto:[EMAIL PROTECTED]] >

Re: Internationalization in XALAN

2001-06-10 Thread Praveen Kumar Venkatesa Perumal
Just now I saw the Bug ID - 1950.   Even I have the same problem. I am also using DOMSource. I think thats y when I explicitly set the encoding style it works or else it is not working. Is anybody looking on that bug. Regards,Praveen Kumar V,Wipro Technologies, Guindy.) Off : 2301530 Extn

Re: Internationalization in XALAN

2001-06-10 Thread Praveen Kumar Venkatesa Perumal
Hi Gary, Thanks for the reply, it was very helpful. I have set the encoding has iso-2022-jp in XSL output element it was not working, then what i did was, set the encoding in XSLT, after that it has started working. Concern here is that, XSLT has to take the encoding from XSL, but here why

Re: [Bug 2098] New: - document() doesn't work in standalone stylesheets

2001-06-10 Thread Joseph_Kesselman
> document() takes a URI Reference as its argument. That's interpreted in terms of the Base URI of the stylesheet XML document this reference appeared in. That's probably where things are getting confused. To test this, try an absolute reference to the file, such as document ('file:///mydirec

[Bug 1950] - Transformation encoding problem with DOMSource

2001-06-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1950 *** shadow/1950 Fri Jun 1 03:27:57 2001 --- shadow/1950.tmp.23800 Sun Jun 10 11:41:15 2001 *** *** 44,46 --- 44,53 Transformer transformer = tFactory.newTransformer(new DOMSource(xsldom)); DOMSource source = n

[Bug 1976] - Different package names: w3c dom level 2 != xalan 2.0.x / 2.1.x

2001-06-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1976 *** shadow/1976 Sun Jun 3 00:44:19 2001 --- shadow/1976.tmp.23788 Sun Jun 10 11:34:08 2001 *** *** 5,11 | Status: NEW Version: 2.0.x | | Resolution:

[Bug 2098] - document() doesn't work in standalone stylesheets

2001-06-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2098 *** shadow/2098 Sun Jun 10 11:12:44 2001 --- shadow/2098.tmp.23764 Sun Jun 10 11:14:19 2001 *** *** 30,32 --- 30,35 Committed StylesheetHandler, revision 1.40 which solves this problem. The routine checkForFr

[Bug 2097] - Embedded XSL not processed if xmlns:xsl declared at root

2001-06-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2097 *** shadow/2097 Sun Jun 10 01:19:49 2001 --- shadow/2097.tmp.23756 Sun Jun 10 11:14:18 2001 *** *** 2,9 | Embedded XSL not processed if xmlns:xsl declared at root | +---

[Bug 2098] - document() doesn't work in standalone stylesheets

2001-06-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2098 *** shadow/2098 Sun Jun 10 09:17:04 2001 --- shadow/2098.tmp.23743 Sun Jun 10 11:12:44 2001 *** *** 2,9 | document() doesn't work in standalone stylesheets | +---

cvs commit: xml-xalan/java/src/org/apache/xalan/processor StylesheetHandler.java

2001-06-10 Thread garyp
garyp 01/06/10 11:11:17 Modified:java/src/org/apache/xalan/processor StylesheetHandler.java Log: Resolve bugzilla bug 2098 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2098). The routine checkForFragmentID was checking for an attribute of type "ID" instead of the "id" att

Re: xPath

2001-06-10 Thread Tom Bradford
srinivas mohan wrote: > Every time a user requests a webpage, which in turn quires a database > for some data, > I observe that the more work is done on the database server and the > utillization of cpu is more in database server compared to the > web server, so to decrease the load on the databas

[Bug 2098] New: - document() doesn't work in standalone stylesheets

2001-06-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2098 *** shadow/2098 Sun Jun 10 09:17:04 2001 --- shadow/2098.tmp.23570 Sun Jun 10 09:17:04 2001 *** *** 0 --- 1,27 + ++ + | document() doesn't

[GUMP] Build Failure - Xalan1

2001-06-10 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml prepare: [mkdir] Created dir: /home/rubys/jakart

xPath

2001-06-10 Thread srinivas mohan
Hello, I want to create an inmemory database using xpath. This is how it should work, Every time a user requests a webpage, which in turn quires a database for some data, I observe that the more work is done on the database server and the utillization of cpu is more in database server compared

[Bug 2097] New: - Embedded XSL not processed if xmlns:xsl declared at root

2001-06-10 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2097 *** shadow/2097 Sun Jun 10 01:19:49 2001 --- shadow/2097.tmp.23434 Sun Jun 10 01:19:49 2001 *** *** 0 --- 1,27 + ++ + | Embedded XSL not p