~zorba-coders/zorba/bug-1189785-csv

« back to all changes in this revision

Viewing changes to test/Queries/converters/csv/csv_parse11.xq

  • Committer: mbrantner
  • Date: 2011-08-17 23:28:43 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/data-converters/trunk:11722
- file module in no xqdoc category
- added missing break/continue in flwor statements to the known issues file
- documentation/error fixes for the csv module (provided by Daniel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
""f9",f8', 
8
8
validate{
9
9
<csv-options:options>
10
 
  <first-row-is-header/>
 
10
  <first-row-is-header accept-all-lines="true"/>
11
11
  <csv separator=","
12
12
       quote-char="&quot;"
13
13
       quote-escape="&quot;&quot;"/>