Tagged Questions

1
vote
2answers
91 views

How do I add a namespace attribute to an element in JAXB when marshalling?

I'm working with eBay's LMS (Large Merchant Services) and kept running into the error: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NO …
0
votes
2answers
27 views

xml and namespace anomaly

What is the difference between the following pieces of xml? The reason I ask is that when I submit the xml to a BPEL process the first and second one work but the last one does no …
2
votes
3answers
538 views

XSL - copy elements but remove unused namespace(s)

I've got some XML which declares a namespace which is only used for attributes, like this: <?xml version="1.0" encoding="UTF-8"?> <a xmlns:x="http://tempuri.com"> …
0
votes
1answer
63 views

JAXB appending unneeded namespace declarations to tags

I'm implementing a homebrew subprotocol of XMPP, and i'm using combination of StAX and JAXB for parsing/marshalling mesages. And when I marshall a message I end up with loads of un …
0
votes
1answer
55 views

SQL Server XML Declare Namespace

Hi All, I would like to have a few namespaces available by default when running an XQuery in SQL Server 2005, is this possible? For example, I would like to do the following: sel …
0
votes
4answers
84 views

Changing a namespace value in an XSL transformation?

I'm not sure if that is possible, as I'm very new to XSLT and stuff, but maybe some of you could help me here? It's a bit tricky and I haven't found anything like it on the interne …
0
votes
2answers
84 views

Python xpath not working?

Okay, this is starting to drive me a little bit nuts. I've tried several xml/xpath libraries for Python, and can't figure out a simple way to get a stinkin' "title" element. The l …
0
votes
1answer
227 views

XSLT: change namespace in transformer, not in in stylesheet / remove namespace prefix

I am transforming some XML using XSLT and Saxon like this: Source sourceXML = new StreamSource(...); Source sourceXSLT = new StreamSource(...); System.setProperty("ja …
0
votes
0answers
12 views

How to Lexicographic reorder the namespace of xml?

I want to reorder the namespaces of xml according to lexicographic order. It's a subset operation of Canonicalizing an XML File. I want to perform this operation in java. Anybody h …
1
vote
2answers
430 views

Can I use predefined namespaces when loading an XDocument?

I often have to deal with XML documents that contain namespaced elements, but doesn't declare the namespace. For example: <root> <a:element/> </root> Becaus …
0
votes
1answer
77 views

YQL XML Output with custom namespace

I am attempting to parse a JSON feed from Yahoo Pipes to turn it into XML, using YQL. My query is: "select * from json where url='http://pipes.yahoo.com/pipes/pipe.run?_id=[pipe-i …
0
votes
1answer
80 views

extracting RDL data using LINQ

I'm working with some SQL Report definition files (RDLs), using LINQ to extract component query statements for validation. I'm trying to extract the <DataSet> elements from u …
0
votes
1answer
51 views

Generated SOAP service interface not in the correct namespace

I've a relatively small problem. I'm developing and interface between my application and a third party program. The communication between both of them is made by SOAP webservices. …
1
vote
1answer
94 views

Namespace Prefixes in Wsdl (.net)

Namespace prefixes in my wsdl are automatically generated: s1:, s2:, etc, how can i put a specific prefix for my namespaces? Can't find it anywhere... Do i have to override the …
0
votes
2answers
196 views

Remove namespace from XML using PHP

Hello everyone! I have an XML document that looks like this: <Data xmlns="http://www.domain.com/schema/data" xmlns:dmd="http://www.domain.com/schema/data-metadata" > …

1 2 next
15 30 50 per page