Extensible Markup Language (XML) is a structured document format that defines human- and machine-readable encoding rules.
0
votes
0answers
26 views
How I can choose the Next Node AND the Before Node in XML?
i have this xml for list of games
all games have inside word and pic
<root>
<game GameID="122" GameName="fer" IdCARDS="5">
<CARD id="1" pic="~/pic/119.jpg" word="11" />
...
0
votes
1answer
14 views
XSLT creating Table
I have xml table with unknown rows count, looks like this :
<table frame="all" pgwide="1" tabstyle="tab2" tocentry="%yes;">
<tgroup align="left" char="" charoff="50" cols="3" ...
1
vote
1answer
16 views
Setting wallpaper using mdm
I want to set device's lock and home wallpaper using mdm command.
I looking into apple configuration but didn't find any xml that can be used to set the wallpapers.
Please help for getting me the ...
1
vote
1answer
16 views
Nokogiri tag position before/after content
I wanted to know if it's possible (and how of course) to get the position of a tag compare to the content of the parent tag.
For example:
Case 1: <a>Hello<br/></a>
Case 2: ...
0
votes
3answers
29 views
How to validate xml with php
I have made an api with xml based request for my website.
but sometimes, some customers send me an invalid xml and I want to return a good response.
how can I validate xml?
edited:
Ok, I think I ...
0
votes
1answer
23 views
Why Isn't ImageView being instantiated?
I'm a noob to android development and I am having trouble instantiating an ImageView within a ViewPager. My ViewPager has 7 pages and all of them have ImageViews. However, only the ImageView on the ...
0
votes
2answers
36 views
Java - How to convert string to xml whitout doc
I need to make a get request in a server to get information. I ask to have this information in xml and my problem here is that I am trying to keep this answer as an xml object.
I found a lot of ...
2
votes
0answers
40 views
XML line feed symbols are replaced with carriage return
i tried load XML document and save an exact copy. Problem is all line feed symbol (#10, hex 0A) are replaced with carriage return. (#13#10, hex 0D0A)
<?xml version="1.0" encoding="utf-8" ...
0
votes
0answers
14 views
Randomly get nodes from XML using XSL
I am making a website using a CMS, in the home page I need to get some Pictures and discriptions randomly,, I need each time i refresh the page to get new nodes.
This is how I am calling the nodes in ...
0
votes
1answer
13 views
Output xml escape characters and text using XSL
I have an XML similar to this
<audit>
<contextData>
<name>Auditing</name>
<values>String</values>
</contextData>
...
0
votes
1answer
18 views
How to pass two parameter to <outbound-gateway> of Spring Integration
I have something like below configs in my xml. I have to pass two params into my select query.
< int-jdbc:outbound-gateway data-source="datasource"
update="UPDATE ...
0
votes
1answer
12 views
How to fix XML file error?
I want to add Google gadget for my website so i tried to create an xml file for that gadget. After creating that i uploaded it to my website. While loading the page i found some errors in the file. I ...
0
votes
0answers
16 views
How to ask for a path from the user in XML and shell?
I am working on a small plugin for Galaxy, which is written in shell script.The XML wrapper shows multiple options of paths where the user would like to store the file. I now want to add an option ...
0
votes
0answers
16 views
InvalidProgramException with XmlSerializer
We've got a WinForms application mainly written in 4.0 that is having major problems serializing C# objects to Xml. The component that does the serialization is 3.5 but that shouldn't be an issue.
...
0
votes
1answer
17 views
Get the xml value in reverse order
I have a xml getting from SqlTable like this.
<root>
<item>
<Column1>
<TT TXT1="Item3" />
<TT TXT1="Item2" />
<TT TXT1="Item1" />
...
0
votes
1answer
19 views
XML to asp.net Input Form
I need to store records of different types in a generic record table. I want to store an xml string in a column of each record. This xml string should be converted into a question form based on what ...
0
votes
2answers
23 views
XML to PHP variables
I have a problem with my xml-php-script.
XML doc: http://www.yr.no/place/Sweden/Stockholm/Stockholm/forecast.xml
$xmlstr = "http://www.yr.no/place/Sweden/Stockholm/Stockholm/forecast.xml";
//$vader ...
0
votes
1answer
27 views
Serialize different XML with equal node count and type, but different node names
Is there any way to use one class for 2 or more XML file serialization, if XMLs have the same amount of nodes with the same value types?
E.g.
<root>
<element1> string ...
-1
votes
1answer
10 views
How to use google api fonts in magento xml file [closed]
can anyone explain me how can I use google api fonts in magento layouts file like page.xml.
Thank you.
1
vote
1answer
23 views
Ignore the XMLNS prefixes in CSS
i use the CSS selector xmlns\:div for XMLNS to style my elements, but i cant use the tag elment selectors... for example div{color:#fff;}
NB: the XMLNS prefixes is generated automatically so i can't ...
0
votes
1answer
14 views
javascript xml nodes equality comparison fails in function inside XSLT
I have an XSLT transformation from XML to TXT file that is giving me problems.
The source file looks like this:
<ExportAssegnazioniOperatori DataDal="15/04/2013" DataAl="15/04/2013" ...
0
votes
0answers
18 views
Android : parseexception at Line 1 , column0 no element found?
The size of my app >1,5 GB
as the max size of apk is 50MB I should download required file in background while the first launch of my app
For this purpose I try to run this example
I have placed ...
0
votes
0answers
8 views
Kendo Grid Control MVC value with XML
I have a MVC Project. There m using Kendo Grid Control UI and i want to load data from XML File. I have given my snippet.
VIEW :
@model IEnumerable<XXXXX.Models.AppointmentModel>
...
0
votes
1answer
17 views
Validate DocBook document using XML Schema, DTD, RelaxNG and Schematron
in my Java application I have to validate XML documents in different versions of DocBook format. DocBook 4 is based on DTD, DocBook 5 is based on RelaxNG/Schematron. What is the appropriate way for ...
0
votes
3answers
17 views
XML Parsing - Unable to retrieve value of node
I'm trying to determine why it is that I can not get the value of a node within my XML file. I'm using the following PHP code to parse my XML file...
<?php
error_reporting(E_ALL);
ini_set( ...
0
votes
1answer
19 views
custom action button in android keyboard
I am trying to get a custom action on ENTER to work. Here's my xml for the EditText
<EditText
android:id="@+id/editor"
android:singleLine="true"
android:inputType="text"
...
0
votes
1answer
21 views
How to read picture from RSS Feed and show in android?
I try to learn RSS Feed from this tutorial. After read that tutorial I download source and test RSS Feed. but it can't read picture from RSS to show in android because my RSS have no tag media:content ...
1
vote
1answer
26 views
How to add products with webservice into prestashop from and xml file
i have this xml file that is being generated by a stock management software i have that i would like to insert it into the Pretashop database. can anybody please help me with this xml file?
<?xml ...
0
votes
2answers
19 views
Replacing xml node from another xml
i use Java and I have 2 xml files like
<xml>
<a value="5">
<b value="7">
<c>
<d value="9">
</c>
<xml>
and
<xml>
<c>
<d value="8">
...
0
votes
1answer
12 views
XML namespaces, why are they neccessary for prefixes?
So I've been reading about namespace on w3schools and I understand they are to uniquely identify an element. But what is the point of having namespaces if you have to have prefixes along side them. ...
0
votes
0answers
21 views
Unable to validate Inner element value in XSLT
I am unable to validate test="$ABCD_STATUS='CONFIRMED'" , it always calling otherwise block.
Anyone can find issue in this code or need any modification ?
Below is my XSL declaration.
...
0
votes
0answers
9 views
VB.NET: DataSet.WriteToXML Method, Some characters are converted into a Code even these are not XML restricted characters
As per W3c, XML elements must follow these naming rules:
Names can contain letters, numbers, and other characters
Names cannot start with a number or punctuation character
Names cannot start with the ...
0
votes
1answer
20 views
how to read special nodes from xml and disaplay them on datagridview?
I have an xml file whitch has the format like below:
<?xml version="1.0" encoding="utf-8"?>
<Accounts>
<account ID="000">
<UserName>root</UserName>
...
0
votes
1answer
28 views
java bracket stuff and possible XML/XSD questions :)
// Always I check the ImageAnnotation if it valid based on the AIM XML Schema
AnnotationBuilder.saveToFile (imageAnnotation, "./test.xml", pathXSD);
// Printing saving operation’s result. Instead of ...
2
votes
0answers
23 views
Improve performance of my XMLTable query in Oracle 11g
I have one requirement in which I have to process huge XML files. That means there might be around 1000 xml files and the whole size of these files would be around 2GB.
What I need is to store all ...
-3
votes
0answers
20 views
Implementing a decode in XML
I have to provide codes for 3 different account types. Account name in DB and code given below
Current =CUR
Saving=SAV
CashCurrent=CC
I want to modify the below XML to add one more account ...
1
vote
1answer
19 views
Convert all types to string in jaxb using bindings
I am using xjc(jaxb) to generate java code from xml schema(xsd). I am adding customization using bindings. I would like to generate java code where all the variables are of the type String ...
1
vote
2answers
11 views
On XML Schema and Their Uses
I have recently introduced myself to XML Schema (XSD), and I am struggling in finding answers to a few fundamental questions about them:
What is the proper way to link an XML document to its XSD ...
1
vote
1answer
33 views
Getting the parent node if there is no child node in XSLT
Below is the input xml which i have
<InputAnimationConfigurationSchema>
<ConfigurationEffects>
<AEffect Id="1" DisplayName="A Effect">
</WipeEffect>
<BEffect Id="2" ...
0
votes
0answers
17 views
illegal excel characters when importing
I have a program which outputs some XML, which is meant to be then imported into Excel by the user. I'm having an issue where Excel won't accept the imported file, and I've narrowed it down to some ...
0
votes
0answers
12 views
Reusing Attributed Element Data to Build List Automatically
Fellow forum Members,
I would appreciate any help.
<acronym acronymtype="at01">
<acronymTerm>MOMA</acronymTerm>
<acronymDefinition id="acr-0001">Museum Of Modern ...
0
votes
1answer
23 views
Magento Static Block not being called from layout file
I've modified the <cms_index_index> tag of local.xml to ideally pull a static block from the database when the homepage loads. However, no static block is being pulled. I've created a static ...
0
votes
1answer
25 views
XMLHttpRequest TCP/IP Layer
I have been researching, but could not find the information.
I was wondering which part of TCP/IP and OSI layer XMLHttpRequest belong to.
0
votes
1answer
27 views
Java - Dumping to XML
I am trying to dump to a xml with a HashMap and an ArrayList.
I want to have it in the following format:
<Modscript>
<Class Name> Node </Class Name>
<Class Name Found> fi ...
0
votes
1answer
25 views
Yet another issue with xpath and namespaces
Cause I'm not able to register
http://www.spotify.com/ns/music/1
namespace I'm using the following
/*[name()='tracks']/*[name()='track']/*[name()='name']
string to retrieve track name. The ...
0
votes
1answer
27 views
how to read an XML file that contains many “<?xml version=”1.0“ encoding=”UTF-8“?>” with QXmlStreamReader?
After creating the xml file with QXmlStreamWriter, I am trying to add each modification of parameters at the end of the file, and I do startDocument in each addition, how can I read an XML file that ...
-1
votes
1answer
24 views
Getting viewCount from XML
I have everything set up but I'm not sure how to get the viewCount form this file
$url = 'http://gdata.youtube.com/feeds/api/users/gudjondaniel/uploads?max-results=1';
$source = ...
0
votes
0answers
4 views
Formview e.Values dictionary object to XML
I'm looking for a simple code that can easily convert the e.Values dictionary object of Formview Inserted event into an XML?
Anyone can help me with this?
0
votes
0answers
16 views
Repeating bitmap not rendering well on view's state_pressed
I'm using a selector to animate my views, and in one of it i'm doing like this:
View:
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
...
0
votes
0answers
23 views
Loading an XSL Transform file in Classic ASP
Folks....I'm trying to load an XSL transform file to sort my XML file using classic ASP. The rest of the page is processing the XML file just fine, but for reasons I can not determine it seems to ...






