Merge lp:~zorba-coders/zorba/fix_bug_967284 into lp:zorba

Proposed by Sorin Marian Nasoi
Status: Merged
Approved by: Sorin Marian Nasoi
Approved revision: 10795
Merged at revision: 10796
Proposed branch: lp:~zorba-coders/zorba/fix_bug_967284
Merge into: lp:zorba
Diff against target: 11 lines (+1/-0)
1 file modified
modules/com/zorba-xquery/www/modules/project_xqdoc.xq (+1/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/fix_bug_967284
Reviewer Review Type Date Requested Status
Nicolae Brinza Approve
Sorin Marian Nasoi Approve
Review via email: mp+103381@code.launchpad.net

Commit message

Fix for lp:967284.

Description of the change

Fix for lp:967284.

To post a comment you must log in.
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
review: Approve
Revision history for this message
Nicolae Brinza (nbrinza) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job fix_bug_967284-2012-04-24T21-36-56.452Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'modules/com/zorba-xquery/www/modules/project_xqdoc.xq'
2--- modules/com/zorba-xquery/www/modules/project_xqdoc.xq 2012-04-24 12:39:38 +0000
3+++ modules/com/zorba-xquery/www/modules/project_xqdoc.xq 2012-04-24 21:20:27 +0000
4@@ -120,6 +120,7 @@
5 (:let $moduleFetched := fetch:content(trace($moduleURI,"fetch module URI version.."), "MODULE"):)
6 let $moduleURI := if(ends-with(data($module/zm:uri),".xq")) then substring-before(data($module/zm:uri),".xq") else data($module/zm:uri)
7 let $moduleFetched := fetch:content($moduleURI, "MODULE")
8+ let $moduleFetched := fn:replace($moduleFetched, '&(nbsp|#160);' , codepoints-to-string(160))
9 let $xqdoc := xqd:xqdoc-content($moduleFetched)
10 let $xqdocRelFileName := pxqdoc:get-filename($moduleURI)
11 let $xqdocFileName := concat($xqdocXMLPath, file:directory-separator(), $xqdocRelFileName, ".xml")

Subscribers

People subscribed via source and target branches