Questions tagged [xml-1.1]

26 questions
1
vote
1 answer

Change XML Version from 1.0 to 1.1 with ElementTree?

I'm using the Element tree library to modify an xml file and then convert the element tree back to xml. In the process of doing so the xml version changes (1.1 -> 1.0). However, I cannot perform my necessary rest calls to the Jenkins job because of…
1
vote
1 answer

XSLT 1.0 Output Hex 0x1C - 0x1F to Text File

I am using xslt version 1.0 to transform an XML file into a text file that is sent to a third party. The third party format requires data fields to be separated with 0x1F (ascii unit separator), groups to be separated with 0x1D (ascii group…
mslissap
  • 413
  • 4
  • 14
1
vote
1 answer

Undeclaring namespaces in XML 1.1 and the "Prefix Declared" namespace constraint

Example Apparently, this is a valid XML document (copied from http://www.lenzconsulting.com/namespaces/). We don't use…
Sean B. Durkin
  • 12,659
  • 1
  • 36
  • 65
0
votes
1 answer

Reading XML version 1.1 in C# project .NET7

I'm writing an ASP.NET Core 7 app and my project now requires me to process an XML file version 1.1. After searching for a while, I've seen that there is no support from the standard Microsoft libraries, as they only seem to support XML version…
0
votes
1 answer

Display paragraph once if tempalte conditions are met - Xsl 1

Im trying to edit a mail being formatted with XSL 1 to display one line if my template conditions are met and information is displayed in the mail. The mail has the current format: People attending: person1 -someinfo person2 …
Raalph
  • 28
  • 6
0
votes
1 answer

Correct usage of xs:alternative in XML 1.1

This is how I'm defining an element with alternative types. alternative.xsd
NicoBerrogorry
  • 446
  • 4
  • 15
0
votes
2 answers

get XML 1.1 from Api with R

http://www.librarything.com/services/rest/1.1/?method=librarything.ck.getwork&isbn=9788426379696&apikey=d231aa37c9b4f5d304a60a3d0ad1dad4 http://www.librarything.com/services/rest/1.1/?method=librarything.ck.getwork&isbn=9788426348593&apikey=d231aa37c…
Israel Rodriguez
  • 425
  • 1
  • 6
  • 24
0
votes
1 answer

xml 1.1 causing NullPointerException when used in xsd

I have an xsd file. I am trying to create javax.xml.validation.Schema using that xsd file. I have written a program that does it. When I use every thing works fine. But when I use
Yasin
  • 1,906
  • 1
  • 21
  • 37
0
votes
1 answer

xml 1.0 and 1.1 inside svg file?

I have a file with xml 1.1 and I need to modify it with adobe illustrator (I need to convert all the tags "text" into curves). But illustrator doesn't open xml 1.1, it will open it if I'll modify it to xml 1.0. But if I do this then some labels will…
user2083364
  • 744
  • 1
  • 7
  • 20
0
votes
1 answer

Which version of MSXML began to support parsing XML 1.1?

If I use MSXML6.dll to parse XML 1.1, I will get this error: 0xC00CE57F MSG_E_INVALID_VERSION Invalid version number XML 1.1 was initially published on February 4, 2004. I'm surprised that MSXML6.dll can not parse it. The question: Does any…
milesma
  • 1,561
  • 1
  • 15
  • 37
-2
votes
1 answer

Information about XML 2.0

I need to build an XML document with XML version 2.0. I specify . But what else needs to be different? Can anyone please explain the basic difference between XML 1.1 and XML 2.0?
Sudip Saha
  • 91
  • 1
  • 1
  • 9
1
2