Skip to content

Commit dcf808c

Browse files
Merge pull request #77 from sumitnigamcs/PLUGIN-947
[PLUGIN-947] docs xml correction
2 parents 9fa92d1 + 15aa99d commit dcf808c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/HTTP-batchsource.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Json path to fetch books is `/response/books`. However if we need to fetch only
8282
`/response/books/printInfo` as well.
8383

8484
XPath example:
85-
```
85+
```xml
8686
<?xml version="1.0" encoding="UTF-8"?>
8787
<bookstores>
8888
<bookstore id="1">
@@ -261,10 +261,10 @@ Skip on error - Ignores erroneous records.
261261

262262
##### Pagination type: None
263263
Only single page is loaded.
264-
264+
265265
##### Pagination type: Link in response header
266-
In response there is a "Link" header, which contains an url marked as "next". Example:
267-
```
266+
In response there is a "Link" header, which contains an url marked as "next". Example:
267+
```xml
268268
<http://example.cdap.io/admin/api/pages?page=1&q.language.id=1>; rel="first",
269269
<http://example.cdap.io/admin/api/pages?page=2&q.language.id=1>; rel="next",
270270
<http://example.cdap.io/admin/api/pages?page=2&q.language.id=1>; rel="last"`

0 commit comments

Comments
 (0)