This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12070 - [FT] ft-5.2.11-expressions-q2 catalog entry incomplete
Summary: [FT] ft-5.2.11-expressions-q2 catalog entry incomplete
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Full Text 1.0 (show other bugs)
Version: Candidate Recommendation
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Jim Melton
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 02:50 UTC by Paul J. Lucas
Modified: 2011-03-30 01:33 UTC (History)
1 user (show)

See Also:


Attachments

Description Paul J. Lucas 2011-02-15 02:50:25 UTC
This test:

declare variable $input-context external;

$input-context/books/book[.//content contains text "propagating numerous errors"
using stop words at "http://bstore1.example.com/StopWordList.xml"
except at "http://bstore1.example.com/StopWordList2.xml"]

has a catalog entry that contains only one of these:

<aux-URI role="stopwords">stopwords1</aux-URI>

It's missing a second aux-URI:

<aux-URI role="stopwords">stopwords2</aux-URI>
Comment 1 Pat Case 2011-03-14 19:13:25 UTC
Hi Paul,

Thanks for the heads-up.

I have added the folowing to the catalog description for this test:
<aux-URI role="stopwords">stopwords2</aux-URI>

See it in the Test Suite:
http://dev.w3.org/2007/xpath-full-text-10-test-suite/TestSuiteStagingArea/XQFTTSCatalog.xml

If you approve please mark this bug closed.

Pat Case