dleslie     00/10/13 08:29:15

  Modified:    xdocs/sources/xalan BUGS
  Log:
  Final (I hope) doc updates for xalan-j 2.
  
  Revision  Changes    Path
  1.14      +1 -1      xml-xalan/xdocs/sources/xalan/BUGS
  
  Index: BUGS
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/BUGS,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- BUGS      2000/10/13 15:27:10     1.13
  +++ BUGS      2000/10/13 15:29:09     1.14
  @@ -12,7 +12,7 @@
   <li>When outputting URI attributes in HTML, almost all "control" characters 
below decimal 32 will cause an error to be raised, rather than silently being 
discarded. Most characters above decimal 127 will be output as that character. 
Percent should be output as %25 at all times (it is currently output as a 
literal percent); this will be fixed later.<br/><br/></li>
   <li>Need to verify which HTML element attributes should be treated as 
URIs.<br/><br/></li> 
   <li>The setDiagnosticsOutput() method does not cause redirection of all the 
diagnostics that should be affected.<br/><br/></li>
  -<li>If the use of an attribute value template for output (for example, 
attrib="[EMAIL PROTECTED]) generates incorrect characters above decimal 127, 
try using the "long form" instead (for example, &lt;xsl:attribute name="attrib" 
select="@title/&gt;).<br/><br/></li>
  +<li>If the use of an attribute value template for output (for example, 
attrib="[EMAIL PROTECTED]") generates incorrect characters above decimal 127, 
try using the "long form" instead (for example, &lt;xsl:attribute name="attrib" 
select="@title"/&gt;).<br/><br/></li>
   <li>When using document() with two arguments, the second attempting to 
(re-)establish the base in the input document, the form 
document(<ref>x</ref>,/) may raise an error. <em>Workaround:</em> Use 
document(<ref>x</ref>,/<ref>doc</ref>) where <ref>doc</ref> is the outermost 
element of the input document.<br/><br/></li>
   <li>Attribute sets and document() references in imported stylesheets should 
be global, but are not.<br/><br/></li>
   <li>A variable can be declared with a qualified name(for example, my:var), 
but later attempts to reference it (for example, $my:var) may 
crash<br/><br/></li>
  
  
  

Reply via email to