Sample Vue project Using fast-xml-parser and Axios in JavaScript

In Progress Posted 4 years ago Paid on delivery
In Progress Paid on delivery

I need some sample code that will use Vue.js, Axios and fast-xml-parser in a JavaScript function. I need two of the nodes pulled out of the XML file that can be found at

[login to view URL]

I need the Abstract saved to a variable and I need the Authors and Affiliations joined. My SQL server side code is

select @LastName = [login to view URL]('(LastName)[1]','VARCHAR(30)') , @ForeName = [login to view URL]('(ForeName)[1]','VARCHAR(30)'),

@Affiliations = (

select ';'+[login to view URL]('(./text())[1]', 'varchar(2040)')

from [login to view URL]('./AffiliationInfo/Affiliation') as T2(N)

for xml path(''), type

).value('substring(./text()[1], 2)', 'varchar(2040)')

from @[login to view URL]('//AuthorList/Author') as T(N)

And I'm trying to do the same thing on the client side.

JavaScript XML Vue.js

Project ID: #21663607

About the project

1 proposal Remote project Active 4 years ago