Questions tagged as 'xml'

0
answers

How to Display Result of XML in HTML table

I have a page that displays a query in xml and json , I would like to know how I can show that information in an html table, either on the same page or in a new one. I leave the code that I currently have. $format = (isset($_GE...
asked by 22.03.2018 / 23:20
1
answer

What does the getView () function of SAPUI5 do?

Good afternoon, I am in full development of an application using SAPUI5, I have serious doubts with this piece of code and I would like to understand what each function does, what is really being done. this happens inside the "Controller" of...
asked by 01.11.2017 / 14:42
1
answer

xml to R database, different levels

I have this xml code: <?xml version="1.0"?> -<sct type="detail" version="0.1"> -<serviceLevelSegments timestamp="2017-10-25T11:45:44Z"> <Segment travelTimeMinutes="0.387" c-value="100" score="30" reference="85" average="7...
asked by 03.11.2017 / 07:41
0
answers

Generate a LOGGING file using System.Diagnostics. C #

I am trying to generate a .log file using System.Diagnostics in a console project. The problem is that the .log file that I generate, returns it to me empty. Here is the code I used in .NET : TraceSource tr = new TraceSource("Wall...
asked by 20.10.2017 / 15:27
1
answer

Animation on Samsungs

Hi guys and girls (of course) I have this animation in my project <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android" android:shareInterpolator="false" > <rotate android:...
asked by 03.10.2017 / 22:13
1
answer

Use two points as an attribute value in XML

I'm working on XML with the Oxygen program. Specifically, it is about registering an edition on an original text. Each word (token) is edited according to some rules and this also includes edited punctuation marks. For example, a comma is edited...
asked by 04.10.2017 / 09:12
1
answer

XML - PL / SQL How to get the subnodes of the nodes

I am trying to generate a dynamic insert by taking an XML file but I can not extract the merchandise attributes for another string. So far I was able to extract the first 4 You have to follow this structure The statement is as follows:...
asked by 04.09.2017 / 15:33
2
answers

XML API Product FEED

I want to develop a product feed with my suppliers. This is the XML that the API gives me with the available or exhausted products of this distributor to obtain general information about the product but mainly stock, sku, price ... <Item>...
asked by 27.07.2017 / 17:57
0
answers

Navegation case and JSF show nothing

I've been with this problem for days, where I do the entire navigation structure between screens but it does not return anything and only a button that is the index is the only one that works for me, try to fix it by setting it to ajax="false" a...
asked by 28.06.2017 / 17:38
0
answers

Difference between using android: colorPrimary and colorPrimary in the XML theme - Android

I have a question, in many courses I see that for certain cases they put "android:" in the name="" of the theme .xml file in the res directory, what is the difference between putting them or not? "     
asked by 27.05.2017 / 01:56