Changeset 3660

Show
Ignore:
Timestamp:
07/28/08 16:20:06 (4 months ago)
Author:
hans
Message:

Use TRUENAME for XML file to parse in as cxml does not support logical
path names.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/bos/web/dictionary.lisp

    r3656 r3660  
    9393           (load-language (language xml-path) 
    9494             (handler-case 
    95                  (let ((xmls (cxml:parse-file xml-path (cxml-xmls:make-xmls-builder)))) 
     95                 (let ((xmls (cxml:parse-file (truename xml-path) (cxml-xmls:make-xmls-builder)))) 
    9696                   (assert (equal "dictionary" (cxml-xmls:node-name xmls)) nil 
    9797                           "root element should be \"dictionary\"")