python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error : src-resolve: Cannot resolve the name 'ElementosType' to a(n) 'type definition' component
i have already seen others solution but basically can't resolve mine cause it says is missing a complextype but it's not true cause i have the complextype in the same xsd file .
the code is here
compl...

Nicolas Sousa
Votes: 0
Answers: 0
XQuery get data with response Microstrategy
I've script for this. When i runned report, i can take the returns. Token, Auth Type,Expire Time and scope.
With Microstrategy and XQuery language, i want to get data from other url with using this re...
Burak Y.
Votes: 0
Answers: 1
XQuery - How do I extract a substring before the second occurrence of a character?
Let's say I have this string: "123_12345_123456"
I would like to extract everything before the second "_" (underscore)
I tried:
fn:tokenize("123_1234_12345", '_')[positio...

The real Van Gogh
Votes: 0
Answers: 2
How to extract attribute value from XML in SQL Server 2019 (v15)?
I would need to extract elements from this XML into a tabular form, but I can't seem to get my head around how this would work on SQL Server via something like XQuery.
I have all the data in a tempora...
PaganScientist
Votes: 0
Answers: 1