You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2001/10/19 20:37:01 UTC

DO NOT REPLY [Bug 4297] New: - Sitemap isn't case sensitive

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4297>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4297

Sitemap <map:match pattern="X"> isn't case sensitive

           Summary: Sitemap <map:match pattern="X"> isn't case sensitive
           Product: Cocoon 2
           Version: 2.0rc1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: xml-cocoon@nicolaken.com


Sitemap <map:match pattern="X"> isn't case sensitive.
This means that being some sitemap components case sensitive, the output is 
strange, because case sensitive components appear not to be called (ie Xalan).
Log at DEBUG level doesn't notify this.
On the disk I have ElencoCategorie.xml and elencoCategorieJs.xsl  .
This resulted in a strange patrially correct output, text-like with many tags 
stripped.

    <map:match pattern="weborder/elencoCategorie.xml*">
      <map:generate type="serverpages" 
src="weborder/content/elencoCategorie.xml"/>
      <map:transform src="weborder/style/xsl/html/elencoCategorieJs.xsl"/>
      <map:serialize type="html"/>
   </map:match>

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org