[Bug 2089] New: - xsl:comment output inside xalan:write appears in original document

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2089 *** shadow/2089 Fri Jun 8 18:33:41 2001 --- shadow/2089.tmp.22389 Fri Jun 8 18:33:41 2001 *** *** 0 --- 1,52 + ++ + | xsl:comment output

attempting to use

2001-06-08 Thread Carlos
I'm trying to get docbook working with Xalan, but get the error below. Any and all help is greatly appreciated Carlos [elrond@rivendell elrond]$ java org.apache.xalan.xslt.Process -IN story.xml -XSL /usr/local/xsl/html/docbook.xsl -OUT stories.html XSLT Error (javax.xml.transform.Transformer

XSLTC namespace error

2001-06-08 Thread Giovani Salvador
Hello anyone. Is someone using XSLTC? I´ve compiled a simple xsl file into a java class using xsltc, with the following command line java com.sun.xslt.compiler.XSLTC myStyleSheet.xsl It compiles ok and generates myStyleSheet.class, but when i run it with the cmd line java com.sun.xslt.ru

cvs commit: xml-xalan/c/xdocs/sources/xalan usagepatterns.xml

2001-06-08 Thread dleslie
dleslie 01/06/08 13:22:26 Modified:c/xdocs/sources/xalan usagepatterns.xml Log: Use XalanDOMString& in setStylesheetParam args. Revision ChangesPath 1.27 +2 -2 xml-xalan/c/xdocs/sources/xalan/usagepatterns.xml Index: usagepatterns.xml ===

cvs commit: xml-xalan/c/xdocs/sources/xalan extensions.xml

2001-06-08 Thread dleslie
dleslie 01/06/08 13:16:06 Modified:c/xdocs/sources/xalan extensions.xml Log: Revised per XalanTransformer interfaces (assuming methods for globall installation/uninstallation of external functions which do not yet exist. Revision ChangesPath 1.13 +17 -38xml-xal

[Bug 2000] - doesn't work for JDK 1.1

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2000 *** shadow/2000 Tue Jun 5 03:27:22 2001 --- shadow/2000.tmp.21697 Fri Jun 8 12:59:22 2001 *** *** 2,9 | doesn't work for JDK 1.1| +-

[Bug 1310] - Charset META Tag causing Netscape 4.x to redraw when displaying transformed stylesheet

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1310 *** shadow/1310 Sun May 20 17:25:05 2001 --- shadow/1310.tmp.21686 Fri Jun 8 12:58:22 2001 *** *** 1,19 ! Bug#: 1310 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution:

cvs commit: xml-xalan/java/xdocs/sources/xalan usagepatterns.xml

2001-06-08 Thread garyp
garyp 01/06/08 12:56:36 Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java java/src/org/apache/xalan/templates OutputProperties.java output_html.properties java/xdocs/sources/xalan usagepatterns.xml Log: Enhance

Re: Invalid XML character error

2001-06-08 Thread Kumar . Shailendra
OK. Thanks a lot for the info. On Fri, 8 Jun 2001, Juergen Hermann wrote: > >these special characters that I am getting "Invalid XML character > >(unicode: 0x1b2da1)" error? If yes, then how should I handle these > >characters while applying transformation ? > > ESC (0x1B) is simply not allow

Re: getting rid of META tag in HTML output

2001-06-08 Thread Gary L Peskin
Dietrich -- Never mind about the enhancement request. I've found a bug that's already in there that I can add this on to (Bug 1310). On the CVS version of xalan, you can now specify xalan:omit-meta-tag="yes" on the xsl:output element and no meta tag will be created. Thanks, Gary Gary L Peskin

cvs commit: xml-xalan/java/xdocs/sources/xalan xsltc_constraints.xml

2001-06-08 Thread amiro
amiro 01/06/08 12:42:24 Modified:java/xdocs/sources/xalan xsltc_constraints.xml Log: fix path for external java function Revision ChangesPath 1.5 +2 -2 xml-xalan/java/xdocs/sources/xalan/xsltc_constraints.xml Index: xsltc_constraints.xml =

cvs commit: xml-xalan/c/xdocs/sources/xalan samples.xml usagepatterns.xml

2001-06-08 Thread dleslie
dleslie 01/06/08 12:22:07 Modified:c/xdocs/sources/xalan samples.xml usagepatterns.xml Log: Added entry for DocumentBuilder sample. Revision ChangesPath 1.27 +8 -1 xml-xalan/c/xdocs/sources/xalan/samples.xml Index: samples.xml ===

RE: Problem with APIs

2001-06-08 Thread Bryan Kearney
Are you running in Tomcat? If so, check to see if the parsers.jar and jaxp.jar are in your classpath. If they are, you are using an old SAX PArser. -- bk >> -Original Message- >> From: Fakoya, Jide [mailto:[EMAIL PROTECTED]] >> Sent: Monday, June 04, 2001 7:00 AM >> To: '[EMAIL PROTECTE

cvs commit: xml-xalan/java/src/org/apache/xpath XPath.java

2001-06-08 Thread mmidy
mmidy 01/06/08 12:02:10 Modified:java/src/org/apache/xalan/templates Tag: DTM_EXP ElemChoose.java ElemCopyOf.java ElemForEach.java ElemIf.java ElemValueOf.java java/src/org/apache/xalan/trace Tag: DTM_EXP

Re: Invalid XML character error

2001-06-08 Thread Juergen Hermann
>these special characters that I am getting "Invalid XML character >(unicode: 0x1b2da1)" error? If yes, then how should I handle these >characters while applying transformation ? ESC (0x1B) is simply not allowed in xml documents. There is no way to get around this, other than having your feed

cvs commit: xml-xalan/c/xdocs/sources/xalan getstarted.xml usagepatterns.xml

2001-06-08 Thread dleslie
dleslie 01/06/08 11:54:51 Modified:c/xdocs/sources/xalan getstarted.xml usagepatterns.xml Log: First pass at revising usage patterns to reflect XalanTransformer C++ and C APIs. Revision ChangesPath 1.26 +1 -1 xml-xalan/c/xdocs/sources/xalan/getstarted.xml

cvs commit: xml-xalan/c/xdocs DoxyfileXalan

2001-06-08 Thread dleslie
dleslie 01/06/08 11:53:42 Modified:c/xdocs DoxyfileXalan Log: Include XalanCAPI.h. Revision ChangesPath 1.9 +1 -1 xml-xalan/c/xdocs/DoxyfileXalan Index: DoxyfileXalan === RCS file: /hom

Problem with APIs

2001-06-08 Thread Fakoya, Jide
I keep getting a SaxException (Namespace not supported by SAXParser) when I run my Java apps can you help? Regards Jide

[Bug 2024] New: - fall when running under jdk1.4

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2024 *** shadow/2024 Wed Jun 6 07:18:19 2001 --- shadow/2024.tmp.10646 Wed Jun 6 07:18:19 2001 *** *** 0 --- 1,20 + ++ + | fall when running

[Bug 2001] - Problem with cdata-section-elements in Xalan-j-2.1.0

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2001 *** shadow/2001 Tue Jun 5 04:33:52 2001 --- shadow/2001.tmp.9504Tue Jun 5 23:41:56 2001 *** *** 5,11 | Status: NEW Version: 2.0.1 | | Resolution:

[Bug 1437] - disable-output-escaping generates in output.

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1437 *** shadow/1437 Sun May 20 17:25:45 2001 --- shadow/1437.tmp.12348 Wed Jun 6 15:13:01 2001 *** *** 1,19 ! Bug#: 1437 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution:

[Bug 2005] New: - Null-pointer in XPath with serialized Templates ( org.apache.xalan.templates.StylesheetRoot ).

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2005 *** shadow/2005 Tue Jun 5 08:12:31 2001 --- shadow/2005.tmp.4382Tue Jun 5 08:12:31 2001 *** *** 0 --- 1,39 + ++ + | Null-pointer in XP

[Bug 1747] - xsltc's external java function ns url should be xml.apache.org/xalan/xsltc/java/

2001-06-08 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1747 *** shadow/1747 Sun May 20 17:27:24 2001 --- shadow/1747.tmp.7049Tue Jun 5 12:03:40 2001 *** *** 1,19 ! Bug#: 1747 ! Product: XalanJ2 ! Version: 2.0.0 ! Platform: Sun ! OS/Version: Solaris ! Status: NEW ! Resoluti

Invalid XML character error

2001-06-08 Thread Kumar Shailendra
Hi, I am getting a xml document from an external process which I need to transform into another xml.Now the input xml document contains some special characters like  %,#,/ etc.Is it because of the presence of these special characters that I am getting "Invalid XML character (unicode: 0x1b2da1)" e

SGI Build

2001-06-08 Thread Carlos B. Rios
Is there an SGI Build? If not can you suggest what I should do to build one on my SGI. Thanks. Carlos.

Xalan-c++ for Solaris/x86?

2001-06-08 Thread Ou Wei
I tried to rebuild xalan-c++ for solarix (x86) with g++, both the library and sample applications. But they do not work. When I run a sample application, it is always terminated with an error message - "Arithmetic Exception (core dumped)". Anybody knows what the problem is? Thx.

xalan build for IRIX

2001-06-08 Thread Rajiv Karuthethil
Hi, Is there any xalan build available for IRIX 6.5? Any help will be greatly appreciated. thanks, rajiv.

Re: XSLTC DOMImpl class

2001-06-08 Thread Morten Jorgensen
Marco, It is of course possible to add a clearDOM() method to the DOMImpl class, but I doubt that it would help you much. The DOM takes long to build because the input document has to be parsed and because the DOMImpl$DOMBuilder inner class to populate the DOMImpl. The time spent instanciating th

RE: Using native call to Xalan-C++ from Java

2001-06-08 Thread Jeff Barr
Mike, You should be able to create a Java proxy class which holds the reference to the transformed style sheet. The reference would be a private integer variable within the proxy class. The Java code would never touch this value -- it would be set and referenced soley by the C++ code. Unless you

[GUMP] Build Failure - Xalan1

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

Re: getting rid of META tag in HTML output

2001-06-08 Thread Gary L Peskin
Hi, Dietrich -- I'd like to take this discussion over to the Xalan list since it is Xalan-related. There is currently no way to omit the META tag from being generated. For now, you'll have to see why JEditorPane doesn't like it and possibly fool around with the charset encoding or something. Y

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler LiteralElement.java SyntaxTreeNode.java XslAttribute.java XslElement.java

2001-06-08 Thread morten
morten 01/06/08 08:28:17 Modified:java/src/org/apache/xalan/xsltc/compiler LiteralElement.java SyntaxTreeNode.java XslAttribute.java XslElement.java Log: The change from using DOM to using SAX in the stylesheet input caused some of

Re: Passing #RTREEFRAG to an Extension...

2001-06-08 Thread jason heddings
Hi Gary- Doh... Thought I had something here. It's nice to use the built-in functions, though. Thanks for your help! Things are working great. --Jason Gary L Peskin wrote: > > Jason -- > > Just FYI, there is already such an extension function in Xalan called > nodeset (http://xml.apache

Re: Using native call to Xalan-C++ from Java

2001-06-08 Thread David_N_Bertoni
On short transforms, the processor can spend 50% if its time initializing, so you should use the XalanTransformer class if at all possible. You could also use the C API, but there must be some way to proxy C++ objects in Java through JNI. Any time you can save a stylesheet or a parsed document,

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime DefaultRun.java

2001-06-08 Thread morten
morten 01/06/08 05:57:56 Modified:java/src/org/apache/xalan/xsltc/compiler Constants.java Parser.java java/src/org/apache/xalan/xsltc/runtime DefaultRun.java Log: A few more changes to make sure the parsers used are namespace aware. Submitte

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/runtime DefaultRun.java

2001-06-08 Thread morten
morten 01/06/08 05:12:56 Modified:java/src/org/apache/xalan/xsltc/compiler Parser.java java/src/org/apache/xalan/xsltc/runtime DefaultRun.java Log: Added two lines of code to explicitly set the feature "http://xml.org/sax/features/namespaces"; of the SAXParser to "

Re: Problem with Xalan and parameter entities in a dtd

2001-06-08 Thread Jens Schaefers
Gary, thanks for your answer and sorry for being off topic. I've been misled by the error message to think that it came frome Xalan because it says something about a "XSLT Error". I'll try the Xerces list. I tried removing the inner parentheses around each entity, but that didn't help. In fact,

Re: Xalan/C 1.1: HTML output and boolean attributes

2001-06-08 Thread Juergen Hermann
On Thu, 7 Jun 2001 15:17:01 -0400, [EMAIL PROTECTED] wrote: >Are you saying that because there is more than one attribute, that we >shouldn't output the attributes in minimized form? No, I mean that there should be a list of boolean attributes. >>The html output method should output boolean att