Skip to main content

Questions tagged [xml]

XML (Extensible Markup Language) is a structured document format defining text encoding rules. When using this tag include additional tags such as programming language, tool sets, XML technologies being used, and other tags describing the environment of the problem posted. XML flexibility lends to a wide variety of uses for human and machine data transfer so be specific as to tools and libraries.

xml
-1 votes
0 answers
13 views

How to create one time collectible coins in Unity?

I have created coins in a scene in unity that the player can collect and will disappear upon collection. however when the player leaves the scene and then comes back the coins reappear how can I ...
Thomas Wilson's user avatar
0 votes
0 answers
9 views

How to Customize XML Namespace Prefixes in JAXB, Keeping Only Specific Prefixes?

I'm generating XML using JAXB and need specific namespace prefixes for my XML elements. Here's an example of the XML structure I am currently generating, where each namespace has a unique prefix: <...
farkadi oussama's user avatar
-4 votes
0 answers
25 views

How get id xml files if i have String name? (Java) [closed]

I have a code in which I access an XML file and take the data there. I need to make sure that he finds it for me by the name of the document and I can contact him. On Java. I have data in the game ...
Kayter's user avatar
  • 1
0 votes
0 answers
9 views

I am trying to build an android app that logs data from TV using AccessibiltyService and Foreground Service but it gives data only when i'ts visible

I want to make an Android app in Android Studio which keeps running in the background and collects all data from accessibilty service. It works when the app is visible but not when i press the home ...
ENG21CS0261 Naindeep Singh's user avatar
0 votes
1 answer
38 views

How to Remove Duplicate Elements in an XML File Using Regex in VS Code?

I have an XML file with several elements, and each child of item appears twice. The file looks something like this: <item> <array name="time_entries"> <item>0&...
Arfeen Yousuf 's user avatar
0 votes
1 answer
10 views

How do NestedScrollView works?

I am working on an Android application and I have a toolbar and below that I have a NestedScrollView and inside that some other views. I have done everything right but still, the contents are not ...
Saurav Kumar's user avatar
0 votes
0 answers
22 views

button.setOnClickListener() Crashes Android App, on Device Rotation

I'm working on a project that updates a textview with text when a button is pressed. For example, you press 0 and 0 displays on the textview. When the device changes orientation, such as when the user ...
myles's user avatar
  • 1
0 votes
0 answers
11 views

XHTML mode - or close void tags

Is there an XHTML mode for Jodit? Or a way to have void tags like <br>, <hr>, <img> closed by the editor. I'm finding that Jodit is overriding those closed void tags with their &...
ron0's user avatar
  • 61
1 vote
1 answer
18 views

Beyond Compare - XML Comparison Issue

I created the below script that is triggered by a separate Python script. This will be a text comparison of 2 XML files. log normal "C:\Temp\XML_Comparisons\XML_Files_Storage\BCLog.txt" ...
pradleycooper's user avatar
-1 votes
0 answers
28 views

How to construct XML node from string with namespace?

I am trying to create a xmlNode from an XML string with xmlParseBalancedChunkMemory but when the XML string containing a prefix/namespace in it, libxml2 would throw error 201 (...
codenamezero's user avatar
  • 2,950
0 votes
1 answer
36 views

How to use BLE specification XML service files?

The link BLE device information XML is a BLE service XML file copied from the original GATT specification files. Can I and how can I use this XML file for my project on Android Studio in Java? I am ...
Ahmad Daniel's user avatar
1 vote
4 answers
49 views

Why does using the mode attribute in my XSLT just make it print the whole XML?

Working on a larger transform, but was able to replicate this in a mock-up. If I use the "mode" attribute in my XSLT template, the result is just the raw text (without markup) of the ...
Dragyn's user avatar
  • 13
0 votes
0 answers
39 views

openpyxl workbook.save(file_path) corrupting .xlsx file

I am trying to write a python file to do some .xlsx file editing. I am having some success with that. When saving and closing the .xlsx file I am getting errors when opening the saved file using ...
Lakeside Park's user avatar
1 vote
0 answers
23 views

Soap webservice returning Request format is invalid: text/xml

I have created a web service. Unfortunately, I am not well versed with SOAP call, however I don't think I am far off. The web service shown below has 3 test endpoints which I am able to call without ...
EasyE's user avatar
  • 580
0 votes
2 answers
36 views

XSL File create SVG Chart with xml data

iam currently trying to convert an xml report to html via an xsl file (works good so far!) and afterwards convert the html to a pdf via xslt-fo. I'd like to create an svg pie chart with some data from ...
Alex's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
14329