Re: Node tests and unqualified local elements

2001-10-05 Thread Brian Atkins
(at least, a search for "unqualified" turned up nothing). I guess this is a larger question about what it means to be an unqualified element in a schema with elementFormDefault="unqualified" and no default namespace. Brian Atkins --- Brian Atkins [EMAIL PROTECTED] (970) 288-2114 Agilent Technologies 4800 Wheaton DriveFt. Collins, CO 80525

Node tests and unqualified local elements

2001-10-05 Thread Brian Atkins
m' element in the instance document both refer elements with the same expanded name, correct? It doesn't match in either Saxon nor Xalan. Am I missing something? For example, are unqualified locals not, in fact, a part of the target namespace of the schema? Thanks! Brian Atkins -- Br

A swing and a miss! [Bug 1132]

2001-10-05 Thread Brian Atkins
otice that the same functionality is often repeated in ElemLiteralResult, Stylesheet, and ElemTemplateElement. Perhaps refactoring would be in order? Considering the priority of this particular defect, I assume there are bigger fish to fry. Brian Atkins -- Brian Atkins [EMAIL

Re: Bug #1633: Indent-amount default of 0 incorrect

2001-10-03 Thread Brian Atkins
avior, without impacting performance in the default case. I believe default behavior should favor usability, with settings to tune for performance, rather than the reverse (imho). Ok, nuf said. Thanks for bringing me up to date. Regards, Brian Atkins "Voytenko, Dimitry" wrote: >

Bug #1633: Indent-amount default of 0 incorrect

2001-10-03 Thread Brian Atkins
f/when the stylesheet is processed by an Xalan implementation, strikes me as very undesirable. If this has already undergone discussion and the consensus is that the default indent-amount should indeed be 0, can you point me to an archive of this discussion? Thanks Brian Atkins > --- Additional

Cocoon 1 bug #1633 should be XalanJ2

2001-10-03 Thread Brian Atkins
ill present in D11, and I have provided information and patches as attachments to the bug report. Should I also send this information to this list? Thanks Brian Atkins -- Brian Atkins [EMAIL PROTECTED] (970) 288-2114 Agilent Technologies 4800 Wheaton DriveFt. Collins, CO 80525

Re: HTML output not generating META tag

2001-10-03 Thread Brian Atkins
I was using did HTML indentation. The D11 bits doesn't indent, even with an explicit indent="yes" on the xsl:output line. Is this a defect, or am I missing something? Here's my xsl:output element: -- Brian Atkins [EMAIL PROTECTED] (970) 288-2114

Re: HTML output not generating META tag

2001-10-03 Thread Brian Atkins
from the web site what's a stable production release and what's a development release. Thanks! Brian Atkins -- Brian Atkins [EMAIL PROTECTED] (970) 288-2114 Agilent Technologies 4800 Wheaton DriveFt. Collins, CO 80525

Re: HTML output not generating META tag

2001-10-02 Thread Brian Atkins
n the stylesheet, such as: ... I end up with: ... So the META tag is getting handled by XSLT, but not added when none exists. Brian [EMAIL PROTECTED] wrote: > > Which version of xalan are you using? This should work! > > Myriam -- Brian Atkins

HTML output not generating META tag

2001-10-02 Thread Brian Atkins
The XSLT spec says the HTML output method should emit a META tag just after the HEAD element, if a HEAD element exists, and the output method specifies an encoding value. However, I am not seeing this behavior. Am I missing something? My output element: Thanks! Brian Atkins -- Brian Atkins

HTML Tags in source, namespaces, etc. (yes, help!)

2001-10-01 Thread Brian Atkins
ylesheet). This is a problem since the HTML tags do NOT belong to the default namespace in the schema (and I really don't want to make the target namespace non-default). Any ideas? Thanks! Brian ATkins XMLReport Schema