215
Points
Questions
41
Answers
34
-
I have this XML document and I’m writing a Java code to make some operations on the document : <?xml …
- 411 views
- 1 answers
- 0 votes
-
I have a xml file with nested xml nodes. i need to loop through the nodes and save the innertext …
- 417 views
- 2 answers
- 0 votes
-
I’m struggling with a for xml path statement. I have a SEPA XML file to generate. I managed to build …
- 378 views
- 0 answers
- 0 votes
-
example which i am obtaining from an api and loading it into a smart table: Name age ———- Sri 20 …
- 0 views
- 0 answers
- 0 votes
-
I have generated pdf file using C#.Net webapi. I have attached code in the article. Can anyone please help me …
- 0 views
- 0 answers
- 0 votes
-
Context I have a feed system where users can follow other users on my site and see their posted content, …
- 342 views
- 2 answers
- 0 votes
-
My WordPress plugin code looks like this: $table = $wpdb->prefix."cf_form_entry_values"; $where = "entry_id = ".$entryid; $select = "SELECT id FROM …
- 374 views
- 2 answers
- 0 votes
-
Code: // get value of id that sent from address bar $id=filter_input(INPUT_GET, ‘id’, FILTER_VALIDATE_INT); if ($id === false) { //filter …
- 448 views
- 1 answers
- 0 votes
-
I am wondering how I can formate my data, a list of 1000 numeric features, into a shape that my …
- 403 views
- 2 answers
- 0 votes
-
I wish to use some AdaptiveCard with my QnA python bot. I use sample code from botbuilder repo: from botbuilder.ai.qna …
- 401 views
- 0 answers
- 0 votes