From 15aa99d218c7e23e262d08f808f9acefbccd1af6 Mon Sep 17 00:00:00 2001 From: sumitnigamcs Date: Thu, 17 Feb 2022 07:30:56 +0000 Subject: [PATCH] docs xml correction --- docs/HTTP-batchsource.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/HTTP-batchsource.md b/docs/HTTP-batchsource.md index ea7910c7..c5bab545 100644 --- a/docs/HTTP-batchsource.md +++ b/docs/HTTP-batchsource.md @@ -82,7 +82,7 @@ Json path to fetch books is `/response/books`. However if we need to fetch only `/response/books/printInfo` as well. XPath example: -``` +```xml @@ -261,10 +261,10 @@ Skip on error - Ignores erroneous records. ##### Pagination type: None Only single page is loaded. - + ##### Pagination type: Link in response header -In response there is a "Link" header, which contains an url marked as "next". Example: -``` +In response there is a "Link" header, which contains an url marked as "next". Example: +```xml ; rel="first", ; rel="next", ; rel="last"`