[jira] [Created] (XALANJ-2539) priority attribute is not working properly

2011-05-20 Thread Mark Veenstra (JIRA)
risk; visible to anyone (Ordinary problems in Xalan projects. Anybody can view the issue.) Components: Xalan Affects Versions: 2.7.1 Environment: RedHat 5 Reporter: Mark Veenstra Priority: Critical I have a XSLT file that matches elements and then

[jira] Commented: (XALANJ-915) DOMResult and StreamResult differ on adding DOCTYPE

2009-10-01 Thread Mark A. Ziesemer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761295#action_12761295 ] Mark A. Ziesemer commented on XALANJ-915: - Just ran into this same issue. Ov

[jira] Commented: (XALANJ-915) DOMResult and StreamResult differ on adding DOCTYPE

2009-10-01 Thread Mark A. Ziesemer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761295#action_12761295 ] Mark A. Ziesemer commented on XALANJ-915: - Just ran into this same issue. Ov

[jira] Created: (XALANJ-2500) Terrible performance from ToStream.startPrefixMapping calling flush() repeatedly while serializing XML

2009-05-19 Thread Mark A. Ziesemer (JIRA)
) Reporter: Mark A. Ziesemer As discussed in XALANJ-78, flush() is only to be called from endDocument(). However, the .startPrefixMapping method being called in ToStream is always calling "flushPending()", which among other things, calls "m_writer.flush()". Here is

Re: [Fwd: Xalan-C: dynamic nodesets from XPath functions]

2006-07-29 Thread Mark Weaver
Hey Mark, Sorry, I've been incredibly busy with work these days, so I haven't had lots of time to look at possible patches. A pain isn't it! I guess you haven't had chance to take a look yet? Is there any chance you could adapt the exslt-regexp patch to work with

[jira] Commented: (XALANJ-2196) Unneeded BCEL classes in Xalan.jar (2 jar version)

2006-07-12 Thread Mark Woon (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-2196?page=comments#action_12420766 ] Mark Woon commented on XALANJ-2196: --- Since this appears to be a packaging issue rather than a coding issue, can't 2.7 just be repackaged correctly instead of wating

[jira] Created: (XALANJ-2304) BaseMarkupSerializer.endDocument doesn't throw an SAXException when disk is full

2006-07-07 Thread Mark Arends (JIRA)
: Bug Versions: 2.7 Environment: Windows 2000 Reporter: Mark Arends When disk is full no exception was thrown when the endDocument method is called. This resulted in empty xml files being written. After the _printer.flush() the method _printer.getException should be called to determi

Re: [Fwd: Xalan-C: dynamic nodesets from XPath functions]

2006-04-24 Thread Mark Weaver
Any interest in this? I've also finished off: regexp: http://www.blushingpenguin.com/mark/xalanc/exslt-regexp.patch (requires boost) date: http://www.blushingpenguin.com/mark/xalanc/exslt-dates.patch (everything except the date-format extension element). Would be nice to get some fee

[jira] Created: (XALANC-618) uninstallExternalFunction can run past the end of the array

2006-04-17 Thread Mark Weaver (JIRA)
Reporter: Mark Weaver Priority: Minor Attachments: function-pairs-past-end.patch Patch attached to correct -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa

[jira] Created: (XALANC-617) leak in XalanTransformer

2006-04-17 Thread Mark Weaver (JIRA)
leak in XalanTransformer Key: XALANC-617 URL: http://issues.apache.org/jira/browse/XALANC-617 Project: XalanC Type: Bug Components: XalanC Versions: 1.10 Reporter: Mark Weaver Attachments: function-pairs-leak.patch The

[Fwd: Xalan-C: dynamic nodesets from XPath functions]

2006-04-17 Thread Mark Weaver
This seemed to have got lost (at least, I haven't seen it appear on the list in about 24 hours -- I apologise if this is duplicated). In the meantime, I've also implemented the rest of exsl:dyn & exsl:random. Dyn: http://www.blushingpenguin.com/mark/xalanc/exslt-dyn.patch

[jira] Commented: (XALANJ-1546) XSLTC: top-level xsl:variable with document() breaks

2005-08-02 Thread Mark Hobson (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-1546?page=comments#action_12317433 ] Mark Hobson commented on XALANJ-1546: - Reconstructed Carlo's fix as a proper CVS patch in the hope that someone will apply this before 2.7 is released..? > XS

[jira] Updated: (XALANJ-1546) XSLTC: top-level xsl:variable with document() breaks

2005-08-02 Thread Mark Hobson (JIRA)
[ http://issues.apache.org/jira/browse/XALANJ-1546?page=all ] Mark Hobson updated XALANJ-1546: Attachment: XALANJ-1546.patch Resubmitted Carlo's fix as a proper CVS patch > XSLTC: top-level xsl:variable with document(

[jira] Created: (XALANC-442) Turning indent off affects processing of omit-xml-declaration

2004-12-08 Thread Mark Hewitt (JIRA)
Environment: AIX 5.2 Reporter: Mark Hewitt Priority: Minor The following transform http://www.w3.org/1999/XSL/Transform";> when applied to the following xml hello world transforms to hello world So the omit-xml-declaration is ignored. If you use indent="

Building a statically linked Xalan for mac osx

2004-02-11 Thread Mark Goldstein
The UNIX distributions for Xalan require the Xalan-C++ and Xerces-C++ libraries to be installed as well. I'd like to include the Xalan transformation engine in my Xcode application without requiring the installation of the libraries. Is it possible to build a statically linked version of Xalan

Problems building XALAN on Mac OS-X Panther

2004-02-11 Thread Mark Goldstein
RCES, I see the library libxerces-c.24.0.dylib in XERCESCROOT/lib but I also see two aliases (libxerces-c.24.dylib and libxerces-c.dylib) that point at nothing. Is that a problem? To build XALAN I set the two environment variables: declare -x XALANCROOT="/Users/mark/Documents/XALAN/xml

RE: XalanTransformer::transform fails in Xalan 1.5

2003-09-03 Thread Mark Weaver
> The exception is actually returning the value of errno, which ought to > contain the appropriate error code. This may be a case where we need some > Windows-specific call to get an error code. > Confirmed, this class is using the Win32 file API (CreateFile, etc) and throwing an exception based

RE: XalanTransformer::transform fails in Xalan 1.5

2003-09-03 Thread Mark Weaver
sinternals (www.sysinternals.com), which would allow you to get at this information. Mark > -Original Message- > From: Swaminathan A [mailto:[EMAIL PROTECTED] > Sent: 03 September 2003 06:19 > To: '[EMAIL PROTECTED]' > Subject: RE: XalanTransformer::transform fai

RE: XalanTransformer::transform fails in Xalan 1.5

2003-09-02 Thread Mark Weaver
transformations to the same target? You need to provide more details -- there are a number of reasons that you might not be able to open the output file, e.g. too many open files for the process, or something else has it locked. Mark

XalanDynamicBuilder patch (returning nodesets/rtfs from extension functions)

2003-08-06 Thread Mark Weaver
This is against 1.6 release -- the only changes from the previous patch are for the sane includes. Any chance of getting this applied for 1.7? Thanks, Mark Dynamic1.6.zip Description: Zip compressed data

Re: DOM -> XSLT -> DOM ???

2003-03-17 Thread mark
XSLT -> DOM ??? > > > > > > Howdy, > > Dumb question probably BUT: > > If I have a SAX stream & I feed it to XALAN & want > > a SAX stream back internally does XALAN convert my > > input document into a DOM tree - do the transformation

Re: DOM -> XSLT -> DOM ???

2003-03-17 Thread mark
eed it to XALAN & want > a SAX stream back internally does XALAN convert my > input document into a DOM tree - do the transformation into > a DOM tree - & then outputs the resulting DOM as SAX? > Can I get SAX all the way thru?? As XSL seems 'random-access' &g

Fwd: DOM -> XSLT -> DOM ???

2003-03-17 Thread mark
ru?? As XSL seems 'random-access' is that even possible? thanks! M -- -- Mark Ethan Trostler [EMAIL PROTECTED] Computing Solutions http://www.zzo.com --

RE: Nomination of Berin Lautenbach for committer status

2003-02-10 Thread Mark Weaver
app for it as well, which shows that at least it conforms to the examples given in the RFC. Mark > -Original Message- > From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]] > Sent: 08 February 2003 20:24 > To: [EMAIL PROTECTED] > Subject: RE: Nomination of Beri

RE: Nomination of Berin Lautenbach for committer status

2003-02-07 Thread Mark Weaver
David - are you currently the only committer? > -Original Message- > From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]] > Sent: 07 February 2003 22:44 > To: [EMAIL PROTECTED] > Subject: Re: Nomination of Berin Lautenbach for committer status > > > > > > > > Hi all, > > >

RE: [PATCH] for Issue# 7946

2003-02-07 Thread Mark Weaver
That sounds really handy, I'm very keen to see it! Thanks, Mark > -Original Message- > From: Joseph Kesselman [mailto:[EMAIL PROTECTED]] > Sent: 04 February 2003 14:31 > To: [EMAIL PROTECTED] > Subject: Re: [PATCH] for Issue# 7946 > > > Can I vote -.5 on th

RE: XalanC: bug in relative URI resolving or my brain?

2003-02-04 Thread Mark Weaver
a worthwhile thing to consider. (Oh, and if not going for any of the above, it's a trivial task to simply call resolve from getURLStringFromString(two arguments)). Any opinions would be good! Thanks, Mark p.s. bug for this is http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16737, but I assigned it to myself so it doesn't seem to have sent any mail to the list ;)

RE: XalanC: bug in relative URI resolving or my brain?

2003-02-03 Thread Mark Weaver
I'll post it in bugzilla and dig into it. I've written exactly this code recently for an HTTP request object, so it might not take me too long. Mark > -Original Message- > From: David N Bertoni/Cambridge/IBM [mailto:[EMAIL PROTECTED]] > Sent: 03 February 2003

RE: XalanC: bug in relative URI resolving or my brain?

2003-02-03 Thread Mark Weaver
relative URI fragments). (In this case, the server may help you out, or it may not - e.g. if using IIS you can disable parent path support). The latter two cases are not according to the URI spec as I read it. Thanks, Mark > -Original Message- > From: David N Bertoni/Cambridge/

XalanC: bug in relative URI resolving or my brain?

2003-02-02 Thread Mark Weaver
this has come up before. I've had a quick dig through bugzilla, and can't find anything. Either way, let me know and i'll fix/tell my users to go away as appropriate... Thanks, Mark

RE: XALAN-C EntityResolver not allowed to do enough

2002-10-24 Thread Mark Weaver
> Might be a good idea to get in the habit of changing the subject line (as > I've done here) once we realize that folks are getting the two > implementations confused. > > Might also be time to split xalan-j-dev and xalan-c-dev. I agree with this wholeheartedly.

RE: Xalan-C++ 1.3 in w2k system service

2002-10-03 Thread Mark Weaver
mp;sd; and pass sa to CreateFileMapping, plus similarly for any other shared kernel objects. What you are describing sounds exactly like what would happen if you simply passed NULL for the security descriptor. Mark > -Original Message- > From: Holger Floerke [mailto:[EMAIL PROTECTED]] &

Compaq Tru64 Build

2002-09-25 Thread mark . jordan
Has anyone ever attempted to use/build Xalan and Xerces on a Compaq Tru64 environment? This e-mail and any of its attachments may contain Exelon Corporation proprietary information, which is privileged, confidential, or sub

Can Xalan-j validate xml doc against schema

2002-04-30 Thread Mark Feblowitz
ed to know how to get Xalan to validate the xml. Is there sample code anywhere? Thanks, Mark Mark Feblowitz XML Architect [t] 617.715.7231 [f] 617.495.0188 Frictionless Commerce Incorporated

XalanSourceTree memory usage

2001-07-26 Thread Mark Northcott
I am currently looking into the amount of memory being used when Xalan creates a XalanSourceTree from the InputSource when processing a transformation. The application I am using Xalan within has the potential for very large XML files (100+ MB) needing to transformed, and based upon tests I have

Need pointer to Tips on efficient XSL Programming using Xalan

2001-06-27 Thread Mark Feblowitz
around the XSL-Dev list and found the "Eight tips for how to use XSLT efficiently" Where else would be a good place to look? Thanks Mark Feblowitz Mark Feblowitz