Questions tagged as 'xml'

0
answers

Setting zoom and drag in SVG area

I'm trying to make a system create a graph of a math function, and I'm developing it in svg . But I'm finding some difficulties, the first one is the lack of automation, because as we know, one such a graphics is infinite, and I can not im...
asked by 16.08.2014 / 01:44
1
answer

How to define a color using the Color element of the Xamarin Forms within a ResourceDictionary

Hello, I'm following this tutorial and, from what he shows along with the Xamarin.Forms documentation, I can create a Resource dictionary as follows: <?xml version="1.0" encoding="utf-8" ?> <ResourceDictionary xmlns="http://xam...
asked by 19.11.2018 / 21:44
1
answer

Get multiple values checkbox tag [closed]

I'm displaying a table with data coming from a xml , so I'm traversing the array @ag and assembling the elements of each line. Each line has a check_box_tag to select the elements to delete. Now what I need is each line se...
asked by 07.10.2014 / 14:34
1
answer

Windows Mobile 5 error reading XML

I'm having diviculties in getting the values from the following XML <ArrayOf xmlns="http://schemas.datacontract.org/2004/07/WcfServicePedido_v7" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <V> <D>S<...
asked by 07.03.2014 / 20:13
1
answer

Problem displaying XML data in HTML

<?xml version="1.0" encoding="ISO-8859-1"?> <CATALOG> <CD> <TITLE>Empire Burlesque</TITLE> <ARTIST>Bob Dylan</ARTIST> <COUNTRY>USA</COUNTRY> <COMPANY>...
asked by 16.01.2015 / 15:52
1
answer

How to leave imageView behind the buttons?

As ramaral posted seven code: In the Layout of your Activity you must declare an ImageView If you want it to be visible only after pressing a button you should include the android attribute: visibility="invisible" <ImageView a...
asked by 27.01.2015 / 00:06
0
answers

How to replace an "import" declaration inside an XML schema, by the contents of the XSD to be imported? [closed]

I have the following XML Schema tag: <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema20020212.xsd" /> And I'd like to know how to replace this import with its value in the XSD being...
asked by 14.11.2014 / 20:06
1
answer

How to handle a feed with .rss extension

I get an XML through a feed URL with .RSS extension. I'm trying to read the XML and I was not successful. I tried the following ways: $url = 'http://www.feedaqui.com.br/recent.rss'; $xml = simplexml_load_file($url); $url = 'http://www.feedaqu...
asked by 06.01.2015 / 14:27
1
answer

Error trying to get the value in a section of XML in VB.NET

The error happens as soon as it passes the first "dEmi" element. XML: <ide> <cUF>11</cUF> <cNF>855305</cNF> <mod>59</mod> <nserieSAT>900000980</nserieSAT> <nCFe>000225<...
asked by 09.01.2015 / 18:42
2
answers

RANGE class SELECT method failed

The intention is that when you click on the Euro Synths tab, the macro impute the "L" character in cell D1 of the Local Synthesis tab and then return to the Euro Overview tab. I was able to solve the error problem by allocating the macro in the...
asked by 24.07.2018 / 15:55