According to the standard, "XML namespaces provide a simple method for qualifying element and attribute names used in Extensible Markup Language documents by associating them with namespaces identified by URI references."
0
votes
0answers
18 views
Why Visual Studio doesn't like this XML schema? (Prefix '' cannot be mapped to namespace name reserved for “xml” or “xmlns”)
FictionBook (also known as FB2) is an XML-based format of electronic books. Its schema can be found here:
http://gribuser.ru/xml/fictionbook/2.0/xsd/
However, when I downloaded this schema and ...
1
vote
1answer
32 views
What is an xml dom namespace and why do some DOM methods have NS at their end?
why do I need to write it? and why do some methods of DOM have NS at their end, what's the purpose of such methods?
0
votes
2answers
38 views
How to parametrize type in XSD?
I have a type named AdapterInputDataType that defines a format of some kind of input data:
<schema xmlns="http://www.w3.org/2001/XMLSchema"
...
0
votes
0answers
14 views
No namespace in <return> tag of SOAP response
I am using CFX, Java 7 and JAX RI to create my web services. I am able to retrieve responses from my CFX Java client. But another team working on .Net are facing issues because the tag of my SOAP ...
1
vote
0answers
19 views
Disable JAXB namespace substition on Marshalling?
I have an XSD Schema which uses namespaces to make elements with the same name distinguishable. I am generating the JAXB bindings using the Maven plugin jaxb2-maven-plugin.
When marshalling my JAXB ...
1
vote
1answer
19 views
How to query default namespace with MSXML
I have some XML:
<?xml version="1.0" ?>
<Project ToolsVersion="4.0">
<PropertyGroup Condition="'$(key)'=='1111'">
<Key>Value</Key>
...
0
votes
1answer
40 views
insert/ignore a missing namespace in LXML
I have to parse a malformed XML:
>>> from lxml import etree
>>> root = etree.fromstring(xml_string)
XMLSyntaxError: Namespace prefix xlink for href on email is not defined, line 3, ...
2
votes
1answer
66 views
C# equivalent of VB.NET “Imports <xmlns>” XML schema
I have an old VB.NET web application project that I'm converting to C#. I've converted the majority of the app using SharpDevelop but have run into an issue converting some special case code:
' ...
0
votes
0answers
27 views
Change namespace location of xades BES-signature
I have a such xml document that i want to sign by Xades (BES-Signing-Profile)
<school Id="ref" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
...
0
votes
1answer
14 views
Deserializing XML element containing namespace
I have received an XSD schema, from which I have created object using xsd2code.
The next step was to deserialize sample XML file using the object generated above.
The problem is when I try to ...
-1
votes
1answer
30 views
How to create namespaces in XML with simpleXML in php? [duplicate]
I am playing with SimpleXML on Php. I would like to create namespaces like this:
<?xml version="1.0" encoding="UTF-8"?>
<content:Abc xmlns:def="http://schemas.xml.test" ...
0
votes
1answer
47 views
Imported schema & namespaces
What is the difference between (focus on prefixes h:, c:, a: and default):
<?xml version="1.0" encoding="UTF-8"?>
<xmlBoo xmlns="http://www.example.org/boo"
...
1
vote
1answer
42 views
Xaml wp7 wp8 code share namespace with mvvm
I have a solution with wp7 and wp8 proyects. I share 90% of code between these 2 projects. The only thing I can not share is xaml files because there is a namespace that make this imposible and there ...
2
votes
1answer
16 views
UniVerse XDOM Trouble with Default Namespaces
I'm trying to use the XDOM functions of UniVerse to parse an XML file, but I can't get it to correctly parse XML that uses a default namespace. It can correctly handle XML without namespaces, or with ...
0
votes
1answer
14 views
Having trouble with namespaces in XML lookups, using DOMCategory
When trying to lookup a certain node in an XML document, I'm having trouble with the namespaces. Here's the code I'm using:
The simplified XML file:
<?xml version="1.0" encoding="UTF-8"?>
...
1
vote
1answer
40 views
how to get all attributes of node in certain namespace xml javascript
I have a node from an xml document. It has several attributes on it from multiple namespaces. I want to find all the attributes from the fo namespace. How can this be done? e.g. from the following I ...
2
votes
1answer
39 views
new SimpleXMLElement - xlink:href - namespace error
PHP:
$new = new SimpleXMLElement('<g transform="matrix(8,-8,8,8,164,172)" preserveAspectRatio="none" >
<defs>
<g id="MyCircle" >
<circle fill="#FFFFFF" ...
0
votes
1answer
34 views
xslt not getting values from namespace elements
I'm trying to retrieve data from elements with a namespace of dc. Everything else is working correctly, except for those values.
Here is an abbreviated version of my XML:
<?xml version="1.0" ...
0
votes
0answers
40 views
Locating NamescpaeHandler for Spring Integration XSD (Schema)
Do you know what dependency will satisfy the inability to locate the Spring Namespacehandler for the Spring Integration schema?
I am working on a Spring Integration POC in the Spring Tool Suite and I ...
0
votes
1answer
30 views
XML DTD Namespace not Bound
OK, so I need to declare namespaces for an XML project, and validate using DTD. Everything seems correct, even my friends and professor say so, but I keep getting an error message saying "The prefix ...
1
vote
2answers
68 views
Xpath returning NULL for valid Xpath expression
I'm using a fairly straightforward Xpath query (below) to query a SQL Server 2008 database column whose values all follow the form of the example (below that). My query returns NULL for all rows, ...
2
votes
1answer
47 views
XSLT 2.0 - change namespace without discarding existing prefix bindings
Here's my input XML document:
<test xmlns="http://www.example.com/v1">
<qnameValue xmlns:foo="http://foo.example.com/">foo:bar</qnameValue>
</test>
I want to use XSLT ...
1
vote
1answer
39 views
How to specify namespace and schema location in an XML?
My goal is to create an XML that is correctly referencing an XSD file describing the structure while both files use namespaces (the XML by setting the default namespace in the xmlns attribute).
I can ...
0
votes
0answers
64 views
How do I stop d4p1 being a required namespace prefix within my WCF service SOAP request XML
I've built my first ever WCF service designed to receive HTTP Post requests that have a message body in a strict format that I have no influence over. Here is an example:
<s:Envelope ...
0
votes
0answers
25 views
Set namespace for certain attributes using Scala XML
I'm using a Scalatra Servlet to pretty-print and save SVG data that is sent by web browsers:
def prettyPrintXmlString(xmlString: String): String = {
val xml = XML.load(new StringReader(xmlString))
...
0
votes
0answers
25 views
namespace schema for urn:uuid:C2F41010-65B3-11d1-A29F-00AA00C14882
The XML Schema Definition for an XML file generated on a microsoft platform
imports the namespace uuid:C2F41010-65B3-11d1-A29F-00AA00C14882 . However I
am unable to find an XML schema definition for ...
3
votes
1answer
48 views
How can we convert XML elements into a different namespace in xslt
I have an input xml
<Request xmlns="http://hgkg.ghg.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AppointmentInfo xmlns="">
...
0
votes
1answer
59 views
Adding new Xelement to an existing document using default namespace
I feel like this should be easier than it is but I can't seem to get it straight. Here is my test case.
Imports <xmlns="http://www.w3.org/2000/svg">
Public Sub Test()
Dim doc ...
1
vote
2answers
90 views
XSLT identity transform with append and root element namespaces
I'm trying to create an XSLT library for the common task of passing through most of the content of XML data with small alterations.
The include file currently looks like this (pass-through.xslt):
...
0
votes
0answers
80 views
angular ng-href and svg xlink
I'd like some input on using xml namespaced attributes with angular.
The problem is angular comes with a couple of directives to handle writing attributes such as href and src when angular has parsed ...
2
votes
0answers
48 views
Change default namespace of subelement in lxml
I want to generate this xml with lxml:
<aroot xmlns="http://a/">
<broot xmlns="http://b/" xmlns:a="http://a/">
<child1/>
<child2/>
<a:smalltag1/>
<a:smalltag2/>
...
0
votes
1answer
52 views
Error when read xml file using php domxml?
I have a file test.xml
<?xml version="1.0" encoding="UTF-8"?>
<item>
<dc:creator><![CDATA[hello world]]></dc:creator>
</item>
and code php
$doc = new ...
1
vote
2answers
71 views
Prevent xmlns=“” attribute from being added to HTML elements generated by XSLT 1.0
I am in the process of creating a template for phpdoc 2 and I am trying to figure out how to prevent the attribute xmlns="http://www.w3.org/1999/xhtml" from being added to the root level elements of ...
2
votes
3answers
116 views
Default namespace & complex package/data structure
I need create/read xml file using default namespace:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xmlBoo xmlns="http://www.example2.org/boo">
<customer>
...
-1
votes
1answer
41 views
xslt and SOAP namespace: how to add
I have this basic SOAP response:
<?xml version="1.0" encoding="WINDOWS-1252" standalone="yes"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
...
1
vote
2answers
53 views
XSLT to generate xsl fo from HTML with varying namespace
I have a XSLT file which is used for html to xsl-fo conversion using fop engine.
It has templates for HTML elements as shown below
<pre>
<xsl:stylesheet ...
0
votes
0answers
49 views
How to import xml namespaces with multiple URI
I have on class that is using Axis Properties to navigate XElements. In doing so, I have used the import statement to import the xml namespaces. I would like to use the same class to work with ...
1
vote
1answer
34 views
Getting Data under Complex Namespaces in Javascript
I have the following XML that I need to be able to pull specific fields from:
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" ...
0
votes
0answers
54 views
how to define xml namespace prefix when namespace is nested in child element?
Some help with the following would be much appreciated:
I am trying to parse an XML-feed with three different namespace prefixes using a php script. The xml code is as follows:
...
1
vote
1answer
131 views
How to add xsi schemalocation to root c # object XmlSerializer
I am using XmlSerializer to create an object representing an XML file and now i want to add a schemalocation to the rootelement of my xml file.
I can add namespaces like the following
...
1
vote
0answers
234 views
remove xmlns attribute from the root element while marshalling jaxb
This might be a related to JAXB Marshaller - How do I suppress xmlns namespace attributes?
But my problem is a little different.
I do the regular java marshalling and my xsd has no namespaces.The ...
0
votes
0answers
24 views
No results using with xmlnamespace exist
I am new to using WITH XMLNAMESPACES and am having some difficulty producing results using the exist() method. The xml column I am querying is as follows:
<Root>
...
1
vote
1answer
39 views
How can I restrict an included schema
everyone
I have an xsd schema (cft.xsd), which describes a very general top-level structure:
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...
0
votes
0answers
33 views
Xalan versus Java 6 identity transform namespace handling?
I have a org.w3c.tidy.DOMDocumentImpl Document object, which I'd been converting to a string using the javax.xml.transform.Transformer identity transformation.
I have found that using Sun/Oracle ...
1
vote
3answers
60 views
Parse tags with colons using SimpleXML xpath in PHP
Is there a simple way to parse tags that have colons in the tag name using SimpleXML xpath?
Example:
<v12:ProcessShipmentResponse>SUCCESS</v12:ProcessShipmentResponse>
Here is the code ...
0
votes
1answer
56 views
Avoid namespace in the XML response (tags)
Here's the scenario - we are pulling data from Cisco ips (SDEE server) using Java. Its a normal web request and we are using HttpsURLConnection. The response is in the form of an XML.
We have a UI ...
1
vote
0answers
76 views
No library found for namespace when trying to add a new tag
I am trying to add a new/custom tag in my xhtml file as I want to replicate "<%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %>" in xhtml.
But I get an error saying no library found for ...
2
votes
1answer
37 views
Please help me find right namespace combination so I can query XML in C#
I have one xml file whic I need to edit, It looks like:
<?xml version="1.0" encoding="UTF-8"?>
<PaketniUvozObrazaca xmlns="urn:PaketniUvozObrazaca_V1_0.xsd">
<PodaciOPoslodavcu>
...
1
vote
2answers
101 views
Issue with jaxb moxy when using binder to unmarshal xml with namespace
I m using jaxb moxy to unmarshal a xml from binder but it gives exception:A descriptor with default root element beans was not found in the project. im also using package-info.java to specify ...
2
votes
1answer
136 views
Create and Validate XML against a schema in C# using XML Namespaces
I'm trying to figure out how to validate XML against a schema in C#. If the XML is simple and uses no namespace elements everything seems to go great. But, if it uses XML namespaces, I start to run ...



