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.

0 votes
0 answers
7 views

How to apply drawable.xml file in colors in android

<color name="backgroundColor">@drawable/bg_rounded_horizontal_gradient_theme</color> When I am trying to apply drawable.xml inside the colors not working. Can any one help we ...
jyohya's user avatar
  • 11
-1 votes
0 answers
33 views

SQL Server parsing XML

I have a table with a catalog and XML received from outside. The XML contains product parameters, one of which is multiple - promotion periods. The XML format for periods can be changed. Tasks: It is ...
stranges's user avatar
0 votes
0 answers
14 views

Nullable Element Handling with LxNillable.Create() in Liquid Studio 20.7.11

I'm generating C# classes from an XSD file using Liquid Studio 20.7.11. While the XSD elements are marked as nillable (nillable="true"), the generated C# classes have the isNil flag set to ...
Ahmadou Kassoum's user avatar
0 votes
0 answers
14 views

Which resource qualifiers should I use for devices having similar screen sizes but showing views in different sizes?

I am working with views in xml in Android development, and I noticed that some devices with similar screen sizes (both in terms of DPI and pixels) show the UI of the app differently. For example, a ...
Mike's user avatar
  • 165
1 vote
1 answer
37 views

What's the issue with this XML? [duplicate]

I'm trying to understand what is the issue with this xml file: <?xml version="1.0" encoding="UTF-8"?> <FileRichiesta xmlns:xsi="http://www.w3.org/2001/XMLSchema-...
Fred Hors's user avatar
  • 3,803
0 votes
0 answers
17 views

encountering Error: Content is not allowed in prolog with spring boot and apache camel, when transforming

I am writing a springboot application to convert SOAP to REST by using apache camel - private String transformSoapToRest(String soapRequest) throws ParserConfigurationException, IOException, ...
Bijaya's user avatar
  • 1
0 votes
0 answers
15 views

This page contains the following errors: XML declaration allowed only at the start of the document [duplicate]

I have a problem in the sitemap of my site the sitemap page is displayed as it is: This page contains the following errors: error on line 5 at column 6: XML declaration allowed only at the start of ...
chaker chebbi's user avatar
0 votes
0 answers
9 views

Modifying several attributes of a XML with a XSLT without incrementation

I'm trying to create an XLS file to transform the output of my first software into the input of my second one. This is the format I get : <entities actor="TXXXXX" timezone="Europe/...
Skyhald's user avatar
-1 votes
1 answer
40 views

Insert prefix in a Xml string [duplicate]

I need to be able to write this Xml string: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:a="http://www.w3.org/2005/08/addressing" ...
Modest's user avatar
  • 13
-1 votes
0 answers
14 views

How to rename Cell link name when exporting to xlsx in Jaspersoft iReport Designer 5.6.0

I need to rename the cell addresses in excel according to V_rep_$no.cell_no.column. The example in the screenshot is like this: V _rep_1_1, V_rep_1_2 and so on. Is it possible to achieve this in ...
Артём Мальцев's user avatar
-1 votes
0 answers
36 views

How to show Json String Value of a XML Node? [closed]

I require to generate xml of the following format. <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">[{"Name":"Sachin&...
Sachin's user avatar
  • 119
0 votes
1 answer
27 views

Appending xStream output to an xml file with proper structure

I am writing a small Java program to keep and update a list of books in my personal library. A prompt asks the user for the book's data and the new book is saved (appended) to an XML file. The method ...
Julles's user avatar
  • 41
0 votes
0 answers
7 views

My phx and scr file changes aren't doing anything in game. (Dead Island)

I am in the process of modifying Dead Island's game files. Started out just changing a xml file with run speed, durability, attack speed, etc. However, once I started trying to edit phx and scr files ...
DaoOfBullshit's user avatar
1 vote
0 answers
24 views

How to use App.xaml when rendering WPF GUI in PowerShell core?

I want to use resource dictionary and app context to render a WPF GUI in PowerShell core (7.5) and .NET 9. here is the main.xml <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/...
SpyNet's user avatar
  • 618
0 votes
0 answers
16 views

Nlog is not writing to the file

Im using Nlog for my project. And for some reason I don't get any logs in the project folder. this is my nlog.config: <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns=&...
Hai Elimelech's user avatar

15 30 50 per page
1
2 3 4 5
14330