Extensible Markup Language (XML) is a structured document format that defines human- and machine-readable encoding rules.
8
votes
0answers
1k views
Wrong digest value for xml signatures using Java XML Digital Signature API
I need to send a signed XML file to a government agency in Brazil. The problem is that the digest calculated by my Java code (using the Java XML Digital Signature API is different from the one ...
5
votes
0answers
148 views
Can I preview the Action Bar in the graphical layout editor?
I've noticed that all of the ApiDemos construct the Action Bar programmatically at runtime. I'd love to be able to see the Action Bar with icons and even tabs from within the graphical layout editor. ...
4
votes
0answers
85 views
SAP Simple Transformation with unknown XML
I have XML of unknown structure and I want to apply ST (Simple Transformation) on it to get "somehow" that content out of XML into ABAP structures.
For now I have following test report:
report ...
4
votes
0answers
75 views
Using Xerces-j to validate an XML Document
I'm trying to validate an XML document using Xerces-J.
I want the validator to pick up and resolve any associated XSD or DTD files (using schemalocation, nonamespaceschemalocationa and DOCTYPE ...
4
votes
0answers
348 views
transformer.setOutputProperty(OutputKeys.ENCODING, “UTF-8”) is NOT working
I have the following method to write an XMLDom to a stream:
public void writeToOutputStream(Document fDoc, OutputStream out) throws Exception {
fDoc.setXmlStandalone(true);
DOMSource ...
4
votes
0answers
179 views
Required tags not present when using Delphi XML Data Binding Wizard
I am using the XML Data Binding Wizard in Delphi XE2.
The schema has required tags of this type:
<xs:element name="MyReport" type="MyReportType" />
<xs:complexType name="MyReportType">
...
4
votes
0answers
89 views
Heroku restore snapshot XML Error
I am getting an XML error when I try and access the Heroku Postgres backup snapshot. I cant download it from the website and it will not restore!
Is anyone else seeing this error downloading or ...
4
votes
0answers
798 views
Google Maps Android 'Failed to find style mapViewStyle' error persists
I've been working on this app for almost a year now (senior project) when it just decided to break a few days ago. My application has been developed using Eclipse version 3.7.2 64bit targeting Froyo ...
4
votes
0answers
184 views
how to cache XMLTYPE table in a TimesTen DB?
I have an XMLType table in an oracle database which I want to cache in a timesten cache group. But because the constraint that the table definition in the cache group must be the same as in the ...
3
votes
0answers
160 views
Android custom component works fine at runtime, but doesn't work at design time
I am doing my first steps in Android development.
In the meantime I am trying to create a custom component (for testing purposes) that will later be used on an Activity.
Here's the code for ...
3
votes
0answers
135 views
Using D3.xml to plot a tree layout
In d3.js, I have seen the use of d3.JSON to use a JSON for building a tree layout.
I have also worked with csv files, to first convert those in JSON by using d3.csv and d3.nest.
But,while taking a XML ...
3
votes
0answers
286 views
C# Windows event log custom data
I would like to add custom data into the Windows event log message as formatted text (XML string) . Whatever I add, gets added as strings and are shown with the XML tags. Is there a recommended way to ...
3
votes
0answers
211 views
XSLT WordML table with dynamic columns based on number of nodes
I have a number of xml files from which I'm trying to create a WordML table. There are a number of nodes in each nodelist, and I need to create a column for each one, up to a maximum of 15 columns. ...
3
votes
0answers
162 views
Better approach for implementing 2 similar classes
I am importing and exporting from the XPDL standard using C#.
I have written a hierarchy for classes using XPDL 2.1 and have debugged serialization with XmlSerializer. I need to implement XPDL 2.2.
...
3
votes
0answers
74 views
Consuming XML fragments with Linq2Sql
I have a bunch of stored procedures on SQL Server, each with an output parameter @res_xml xml output. Each of these would return an XML fragment in @res_xml.
By "fragment" I mean the piece of XML is ...
3
votes
0answers
48 views
How to add documentation to custom attributes?
I know how to create custom attributes for views, for example:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="SomeViewsCustomAttrs">
...
3
votes
0answers
343 views
With latest NativeXml (v4.03 svn), is it possible to get the element's value with the preceding and trailing blanks without checking type iteratively?
As shown below, the latest NativeXml (v4.03 svn) sees the element's value as three parts: the preceding blank, the char data, and the trailing blank. Therefore, one could check the element's child ...
3
votes
0answers
311 views
NLog Custom Target XSD Warnings
I have created a custom target for NLog and it works fine, but when I am editing the nlog.config file I get a warning that This is an invalid xsi:type ...
3
votes
0answers
220 views
Why would a viewlets.xml file not contain same viewlets seen in @@manage-viewlets for its theme?
When exporting viewlets.xml file from portal_setup for both Plone 3.3.5 and Plone4 sites and compare it to the site's @@manage-viewlets page, I see incongruities.
For example, some viewlets appear ...
3
votes
0answers
433 views
JAXB Parsing - weird behavior
I am receiving a valid XML from server. lets say
XSD
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
...
3
votes
0answers
971 views
F1 Real time Data feeds
I need to write an app that gets data input from real time Foruma One racing data feed.
The only feed I've come across till now is the official one so called "Live timing", the only problem is that ...
2
votes
0answers
48 views
How to escape “>” character in postgres version 9.2
How do i make the > sign display as is in PG version 9.2 ? I do not want it to show as >.
Query in postgreSQL
SELECT
XPATH ...
2
votes
0answers
84 views
How compare Two XML Node Structures Delphi
Is there a way to compare two xml nodes in Delphi?
I am using the MSXML parser and loading the xml into an IXmlDOMDocument2. The nodes are stored in an IXmlDOMNode.
I would be ok using Delphi's ...
2
votes
0answers
61 views
Why I'm getting this, org.xml.sax.SAXParseException, exception?
I'm working in OpenBravoPOS v2.30, anyone knows about it? It's a POS with free licence.
I'm trying to improve it, but in one of my test computers, it fails.
Before all, I'd read about similar cases ...
2
votes
0answers
21 views
use xml schemas to create dynamic django models
Is there any approach to use XML schemas to create tables. also I want to know whether I can use that approach with dynamic tables as well
updated:
<?xml version="1.0"?>
<xs:schema ...
2
votes
0answers
74 views
Excel Ribbon - Enable Filter button for protected worksheet
Using excel 2010 for protected sheets the auto filtering option on the Ribbon is greyed out. By however by right clicking I am still able to filter just fine despite the sheet being protected so this ...
2
votes
0answers
27 views
REST call with XQIB reports function send-request not available
I have been trying simple REST call with XQIB. My attempt is only more simplified example (http://www.xqib.org/js/RESTCallCourses_source.html), but I can't get to run neither of them. I get the same ...
2
votes
0answers
68 views
C# Custom XML Serialization adding extra attributes
I have class
public class ConfigurationItem
{
public String Type { get; set; }
public String Value { get; set; }
}
Ant folowing code serializes
static void Main(string[] args)
{
...
2
votes
0answers
268 views
Loading in XML file with Javascript in Internet Explorer 10 not working
I'm loading in an XML file with javascript using the code below. The problem I'm having is with Internet Explorer 10 alone, it's working in every other browser.
After some research I'm quite ...
2
votes
0answers
48 views
JAXB not recognise type just puts xs:anyType in schema
How to force JAXB to recognise real type in following example as it creates xs:anyType when generates xml schema
implementation class
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = ...
2
votes
0answers
65 views
T-SQL XML - how to divide CDATA in xml node
I am using MS SQL Server 2012 and have the following XML structure:
<value name="parameter">
<![CDATA[__na__]]>
<![CDATA[1]]>
<![CDATA[2]]>
<![CDATA[3]]>
...
2
votes
0answers
80 views
How to exclude properties when requesting from struts-rest-plugin?
I am working on struts-rest-plugin index method to return list of my Fruit objects in xml or json format. It works really well.
Model class:
class Fruit {
private String name;
private ...
2
votes
0answers
115 views
XML Parsing with jQuery Mobile
I am trying to parse an XML file with jQuery mobile. Here is my jQuery script:
<script>
$(document).ready(function(){
$.ajax({
type: "GET",
url: "bars.xml",
...
2
votes
0answers
162 views
Best way to compare two very large XML files record by record
I have two large XML files (3GB, 80000 records). One is updated version of another. I want to identify which records changed (were added/updated/deleted). There are some timestamps in the files, but I ...
2
votes
0answers
129 views
JAXB Bindings File Sets @XmlElement type to String instead of XMLGregorianCalendar
I'm trying to create an XmlAdapter that takes in an XMLGregorianCalendar and outputs an XMLGregorianCalendar. The purpose is simlply to remove timezone data from the element when unmarshalling data.
...
2
votes
0answers
76 views
intellij IDEA plugin: Problems understanding LineMarkerProvider and ReferenceContributor
I am working on a IDEA plugin that should provide navigation between different XML files and between XML and Java sources. It's a bit similar to the Spring support.
The to-be-supported XML tags have ...
2
votes
0answers
236 views
Issue with itextsharp 5.4 while converting XML to PDF
I am using following code to convert and XML into PDF by using itextsharp 5.4
protected void Page_Load(object sender, EventArgs e)
{
Document document = new Document();
...
2
votes
0answers
120 views
Can I create a JSP from dynamically generated XML?
I want to generate a JSP using XSLT and <x:transform> tag. But I don't have an XML-file on my file system, and I can't import it like: <c:import url="./xml/MyXml.xml" var="xmldoc"/>. It is ...
2
votes
0answers
153 views
Over the Air iOS Adhoc Build using Relative URL
I'd like to distribute my Beta Adhoc builds on my own server. There seems to be 2 important URLs in the logic Apple uses to install apps over the air.
The first url is in the HTML:
<p><a ...
2
votes
0answers
106 views
ListView is not showing all items while parsing xml?
I want to show all contents from xml parsing in a listview. The xml containing 28 set of data. But the listView is showing only 12 set of data.Here is my code for listView xml:
<?xml ...
2
votes
0answers
78 views
Is there a Declarative XPath-based Validation (i.e. “Fluent Schematron”) library for Xml/XDocument?
I am currently playing with Schematron for XML Document [Data] Validation. Schematron appears to work suitably, at least in initial testing, and I like the general approach of user-centric validation ...
2
votes
0answers
130 views
how to create main.xml dynamically in android using java code?
I am try to make one xml code to dynamically without need xml. its using java code only. anybody help me how to make javacode for this xml content. i do't want to use my main.xml in resource.
...
2
votes
0answers
78 views
How to validate an XML (via an XSD file) in Haskell?
I am already using HXT for transforming XML. Now I want to validate the input and output against a XSD-file.
HXT only seem to include RELAXNG and DTD validators.
I don't really care to use something ...
2
votes
0answers
82 views
Opening android XML file shows NullpointerException in newly installed Eclipse
Please give me a solution .
My problem is,the xml files are not opens from my eclipse editor and there is no response when I run a Application program from eclipse .The eclipse is newly installed one
...
2
votes
0answers
75 views
MageBridge vs. Magento = Encountered a HTTP Status 403
I have a little problem and now I really don't how can I fix it. So I have two site with two different domain. One is my homepage (using Joomla) and the second one is my webshop (useing Magento). I ...
2
votes
0answers
183 views
WRONG_DOCUMENT_ERR when invoking CXF client with WSS interceptor from JBoss 5.1.0GA
I have CXF web service client with WSS interceptor that works from console, but when run from JBoss throws exception like that:
Unexpected exception occured
Unexpected exception occured
...
2
votes
0answers
139 views
Unable to handle some characters from a xml response using jquery
I am trying to fetch a xml response from server side (java). I checked in Fiddler it gives back the response as expected with 200 as status code, but my Jquery post function is sending the response to ...
2
votes
0answers
104 views
How do you specify a XmlAccessorType to be used for JAXB xjc-generated classes
I'm using XML schemas and generating java files with xjc to be used with JAXB.
The java files that are generated have the default @XmlAccessorType(XmlAccessType.FIELD) specified.
I would like to ...
2
votes
0answers
132 views
RESTful POST issue (GWT): application/x-www-form-urlencoded instead of application/xml
I am writting a GWT client.
I need to send a post request to call a REST service on my server.
RequestBuilder builder = new RequestBuilder(RequestBuilder.POST, url);
builder.setHeader("Content-Type", ...
2
votes
0answers
97 views
How to set encoding attribute of XML prolog in JTidy?
I need to generate XML from a HTML file with JTidy. The encoding of the source is GB2312, so I need to set the encoding of the generated XML to GB2312 as well.
Current XML prolog:
<?xml ...



