1
vote
0answers
16 views

Hive custom XML input

I have some issue with xml input for the hive table. My hive version is 0.10 I created table by this statment: CREATE EXTERNAL TABLE logAlert (storexml string) STORED AS INPUTFORMAT ...
2
votes
1answer
18 views

Hide first “Zero” on a number value with xml

i'v got a problem... I Need to show some prices in my website from database. I'm using this function to show them: <xsl:value-of select="entry/name"/> My problem is this: due to "sorting ...
0
votes
0answers
13 views

XML formatting a book

I have an xml document with the following nodes and subnodes. document/page/lines/line. I also need a paragraph node to group lines together. This could work, but if a paragraph goes over a page, it ...
-6
votes
1answer
26 views

Android Development - Date Formating [closed]

I have a problem in Android Development with Date Formating. I need to format Date like this (dd:mm:yyyy) in Android Development.. How I need to define Date in xml and Java files.? I need a code how ...
-1
votes
2answers
65 views

How can I limit the number of significant digits in XSL?

I need to have Value of a field to be either something like "12345678" (At mots 8 digits) or "12345678.1234" (8 significant digits and 4 digits after the decimal point). These digits are checked at ...
0
votes
1answer
119 views

Format XML Output in Printed XML File with PHP [duplicate]

I am trying to output an xml file in my root folder. The file is created but all the elements and their contents are saved in one straight line like this: *<?xml version="1.0" ...
0
votes
0answers
29 views

How to interpret with numeric cell with general formatting with apache POI event library

I am Apache POI event library to read excel files, when cell is of type numeric and does not have any formatting associated with it I get the absolute value which excel saves. I would like to know how ...
2
votes
0answers
70 views

Excel cell general fromat interpretation [closed]

I am Apache POI event library to read excel files, when cell is of type numeric and does not have any formatting associated with it I get the absolute value which excel saves. I would like to know how ...
1
vote
1answer
214 views

Tutorial and/or good example to learn and build jsdoc templates

So I am brand new to jsdoc and i gotta quickly build a jsdoc template to output documentation in XML format. I have basic understanding of tags involved in jsdoc. But, right now I want to build a ...
0
votes
1answer
135 views

JavaScript Recursion to format lists from XML to HTML

I have an exercise where it calls upon me to use recursion to output XML data into HTML list tags. Shamefully admitting my shortcomings in mathematics, I would like someone to show me how to ...
3
votes
2answers
142 views

XSLT 1.0: How can I format a paragraph over multiple lines whilst keeping a token intact?

I want to split a long sentence onto multiple lines whilst keeping the full word at the end of a sentence. I have a line length of 40, so it should print the current word then go on to the next line ...
0
votes
0answers
43 views

How to Stop replacing the XML closing tag

I'm trying to update a XML file. While generating the new file it modifying the tag which has no values, Original File, <Web> <name>Queries</name> ...
0
votes
0answers
71 views

Can HTTP Post request that returned XML data include CR/LF?

Can a HTTP Post request the returned XML data include CR/LF at the end of every name/value pair ? I understand that CR/LFs may not be required by whatever spec or to parse it ... but still I ask.
0
votes
1answer
95 views

Formatting xml texts using tokens in String

I'm trying to get some code which will for example change "^^text^^" Into something like this "text" So I need it to remove the ^^ tokens and add a Spannable Text on the "text" string making it ...
0
votes
2answers
66 views

A xml file with correct format but without indentation and space count a xml file

I know a normal xml file have indentation and space, like: <?xml version="1.0" encoding="UTF-8"?> <root> <child foo="bar"></child> </root> </xml> but if I ...
2
votes
2answers
120 views

Formating and calculations in XSL

I've got got this DataView that is using XSL. One columns is a link. The field I'm using as query string key {@Title} needs to be changed for the link. Its currently 9 digits and I need to drop ...
0
votes
1answer
181 views

XSLT/XML date is formatting incorrectly in firefox (showing &nbsp; between words)

I'm using editing XSLT templates that will that will be used to display price/odds in betting offices. The XML file contains a date that I needs to be displayed in the html. This displays exactly as ...
0
votes
3answers
212 views

converting a date to european format

I am writing a script for automating XML data in Indesign. I currently have in the XML the date in American Format (MM/D/YY) but once I run the script in Indesign my goal is to have it be in European ...
0
votes
1answer
339 views

Java format xml using Transformer with CDATA part

I want to format string to xml this my code: Source xmlInput = new StreamSource(new StringReader(input)); StringWriter stringWriter = new StringWriter(); StreamResult xmlOutput = new ...
0
votes
1answer
120 views

issue while reading xml file

I have to read an XML file that resides on Fitnesse Page. Let's take an example. <?php $url = http://localhost:9090/TestSuite.Fitnesse?Suite&Format=XML; $xml=file_get_contents($url); ?> ...
1
vote
2answers
186 views

Serialize in C# - with own format?

I'm looking to convert for a way to my classes to XML and back again. This works even with the Serialize, but unfortunately I need a completely different issue. Unfortunately, I have indeed ...
0
votes
4answers
712 views

Eclipse inserts a new line in android xml files

I have an Android xml file which contains something like: <!-- foto with border --> <LinearLayout ...
0
votes
3answers
93 views

Java - Generating XML for a legacy system

I'm working on an existing system that's generating XML for a legacy system using a simple template language. This is obviously not ideal because it's difficult to see the structure of the generated ...
0
votes
1answer
68 views

Incorrectly Formatted Numbers in XML File - How to Change ? iPhone

I have an xml file which has many numbers which are formatted incorrectly in scientific format - e.g 0.000004 is formatted as 4e-006. Can anyone suggest a good way to change the format of these ...
0
votes
1answer
37 views

What is the correct format for posting data?

I need to post a few pieces of data in a single form post from my silverlight app. Something like "Status=Complete,ID=xxx". What would be the most correct way to format this? Is it alright to just ...
0
votes
1answer
1k views

How to read string as XML with QDomDocument object in QT

I am receiving string as a XML document with this function: void HttpWindow::replyFinished(QNetworkReply *reply) { QString data = reply->readAll().trimmed(); bool ...
1
vote
2answers
348 views

How to handle curly apostrphes and curly quotes in PHP when generating xml?

My DB has some text which is probably copied and pasted from word document contains some curly quotes and curly apostrophes. PHP code is generating XML data/document with this text as one of its XML ...
1
vote
6answers
959 views

How to unformat xml file

I have a method which returns a String with a formatted xml. The method reads the xml from a file on the server and parses it into the string: Esentially what the method currently does is: private ...
0
votes
1answer
58 views

Identify this XML format used for a dictionary?

This xml format (fragment below), describes a dictionary. Found in a file with the namespace given as xmlns:HTML="http://www.w3.org/Profiles/XHTML-transitional" (and no other namespace or other ...
1
vote
1answer
88 views

how to set the format of the rest of xml file?

i have an xml file and use following code to parse it: open( $filehandle, "+<$path") or die "cannot open out file out_file:$!"; my $roots = { tag1 => 1 }; my $handlers = { ...
1
vote
0answers
93 views

Ruby libxml: format XMLParser to expand closing tags [duplicate]

I'm using libxml-ruby to parse XMLs in my application I have the following code: parser = LibXML::XML::Parser.string('<foo><bar></bar></foo>') parser.parse returning: ...
0
votes
3answers
64 views

Simplest way to allow users to specify output format

I have written an application which outputs data as XML. However, it would be nice to allow the user to completely customize the output format so they can more easily integrate it into their ...
1
vote
2answers
220 views

Zerigo DNS gem incompatible with ActiveResource 3.1

I'm using the zerigo_dns 1.2.0 gem (https://github.com/twilson63/zerigo_dns) and it needs to make a 'request' call using ActiveResource. It was working fine with Rails 3.0.4 because the default ...
1
vote
2answers
1k views

What is this UTC time format?

I am parsing an XML file that has a field called UTCTime and contains the value 1311346453064. It also comes with a field called UTC that contains the value 2011-07-22T10:54:13.064-04:00 which is a ...
1
vote
3answers
207 views

.NET XmlSerializer XML format

Is there a way to make XmlSerializer to serialize object' properties as attributes instead of as elements ? like: Person.Phone="1 800 CALL ME" would become: [Person Phone="1 800 CALL ME" /] ...
4
votes
3answers
442 views

HTTP GET request to get binary content of an XML file

I'm trying to get the binary content of an XML file through HTTP but the server just want to give me kind of interpreted format (wich removes \r for every \r\n). My HTTP GET request is simple : "GET ...
0
votes
1answer
33 views

What kind of format should I use for a list to synchronize files?

I am making a mobile app that syncs resources with a server. It will have the following behavior: There is a list of all of the files on the server There is a value where the remote files will be ...
1
vote
1answer
3k views

Rails format.xml render and pass multiple variables

Typical usage is: respond_to do |format| format.html # index.html.erb format.xml { render :xml => @users } end And now I want to also pass a string named "teststring". I've seen reference ...
0
votes
4answers
6k views

Set result format of Facebook Graph API to XML instead of JSON

I'm trying to change the format of the result i get from the facebook graph api to XML. I use the format=xml parameter but that don't seem to work for me. ...
1
vote
5answers
67 views

Having control over client and server, in which cases is XML more preferable than JSON?

I've heard a lot about how JSON is far superior to XML. I'd like to play devil's advocate to the masses and ask when is XML superior to JSON? Assuming you're not having to worry about using XML to ...
0
votes
3answers
4k views

xlsx xml format

The Xlsx is a zip file that contains files. could you PLEASE provide a link that describes the full structure/syntax/markup/format of each xml file, the headers are less interesting. Its impossible ...
0
votes
1answer
222 views

xml format needed in rails 3.0.1??? answer should be NO

what the heck am I doing wrong. I changed nothing, but now that it is 2011 this call doesn't work as it used to. Using Active Resource, I can make the following call: >> Member.find(:all, :params ...
0
votes
1answer
139 views

How to format the result when using Jersey to develop RESTful Web Service?

I use Jersey to develop RESTful Web Service, but the result xml and json string is not well formated, it's hard to read. How do I format the result xml and json string? thanks.
0
votes
2answers
224 views

The confused and problem about xml file format

I write a xml like <app> <html_code> <div id="id-5" class="portlet last"> <div class="portlet-header">Weather</div> <div ...
3
votes
1answer
3k views

XSLT format-number with comma

I'm trying to format this and other elements alike, so it would look like this 2,590: <Add_Amount>2,59</Add_Amount> Doing it like this: <xsl:decimal-format name="dkk" ...
1
vote
1answer
254 views

Having a Pretty-Printed XML file from the WriteXml of a Dataset in VB.NET

I'm trying to use Dataset.WriteXml() function in VB.Net to generate an XML file with Pretty-Print Layout (I think this is how it's named) like the example below (Listing 1): <MainRoot> ...
1
vote
1answer
1k views

XML Deserialization

I have tried to use the xsd.exe tool to generate a class for the following Oracle-generated xml sample but always fail to get it right when I try to change oracle xml elements names to the class's ...
1
vote
0answers
43 views

change the format of SpreadXML type excel file

We are displaying in an XML spreadsheet data exported from an SQL server DB and if th euser clicks save without changing the format the file size is over 6 time the size of the same data in native ...
5
votes
4answers
1k views

What settings storage format to choose?

I'm writing a Qt application and will need to store the settings for the program. I want them to be easily editable by non-advanced users yet be flexible enough for advanced users (thus allow easy ...
2
votes
2answers
2k views

How to read the XSD datetime format in PHP?

Is there a function, class, or extension in PHP that can handle the XSD datetime format? It's a standard XML date & time format, that looks like this: <date>2008-02-28T07:56:35.263</date> ...

1 2