Search found 4 matches

by tobi9595
Tue Jan 07, 2020 8:35 pm
Forum: General XML Questions
Topic: for-each query won´t work
Replies: 2
Views: 1354

Re: for-each query won´t work

Hi Adrian,

many thanks to you, another time you saved my a** !! :D

Best regards,
Tobias!
by tobi9595
Sat Jan 04, 2020 8:35 pm
Forum: General XML Questions
Topic: for-each query won´t work
Replies: 2
Views: 1354

for-each query won´t work

Hello together, I want to make a query, that shows me every informations about all highshools in one country. In the following you can see what I´ve tried, but for some reason I get the following error: Beschreibung: Leading '/' selects nothing: the context item is not a node Furthermore, if I want ...
by tobi9595
Fri Dec 13, 2019 5:14 pm
Forum: General XML Questions
Topic: XPATH query with XML and XSD
Replies: 2
Views: 1964

Re: XPATH query with XML and XSD

Hi, The XPath would look like this: count(//student[StudiengangID=//Studiengänge[art='Dual']/StudiengangID]) This counts all students that are in all study courses that are Dual. If you want a specific one, or if you want a per study count, you need more complex code. So which one is it? Regards, A...
by tobi9595
Fri Dec 13, 2019 1:44 am
Forum: General XML Questions
Topic: XPATH query with XML and XSD
Replies: 2
Views: 1964

XPATH query with XML and XSD

Hello together, I´ve got the following problem: As you can see in the following code, I´ve made an studyadministration, in which every study has an ID, that linked to the course of study. Part of XML-File (Art --> Dual): <Studiengänge> <StudiengangID>S01</StudiengangID> <studiengang>Wirtschaft</stud...