Questions tagged as 'parser'

1
answer

HTML Parser on Xamarin

I'm developing an application with Xamarin in order to log in to a web account using HTTPWebRequest and filter relevant site information for an application. I have already developed the login part, now I need to filter the HTML that...
asked by 27.04.2015 / 22:54
1
answer

How to convert XML to objects in Swift?

How can I convert responses from XML requests to objects in Swift, just like ObjectMapper does with JSON for objects?     
asked by 08.07.2016 / 15:19
0
answers

How to parse XML with namespace and prefix in PHP using SimpleXML?

The data.xml file: <?xml version="1.0" encoding="utf-8" ?> <rsp status="ok"> <ArrayOfContact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Contact> <...
asked by 07.07.2015 / 23:23
1
answer

Dismantle full numeric expression in C

Hello; I have a code that must be done in C language, which is to receive a numeric expression, including the result of the same, for example: "20 + 30 = 50", which will be stored in a string. After receiving the expression, I want to dismember...
asked by 17.11.2014 / 15:10
1
answer

Execute commands in a string in C ++

I have commands in a string something like: string comm = "int x; cout << \"Digite um número\"; cin << x;"; My idea is to execute the commands that are in this string , having the result as if I had typed: int x cout <&l...
asked by 16.07.2017 / 02:47
1
answer

How to parse authentication in a website that needs to login and parse its HTML content?

I need to parse the content of HTML tables of a website, but to access the page you need to sign in. How do I parse this login, this authentication? Can be with any parser. I've looked, but I have not found anything yet.     
asked by 08.02.2017 / 02:11
1
answer

How to create a Parser in Python?

For a file-driven project, I wanted to convert from "CFG" to "XML", and I believe Python does not support either of these types. There was a colleague who did the modification manually, so we could study the XML. Here are the respective CFG a...
asked by 14.01.2017 / 14:22
1
answer

What is the best way to use templates in Codeigniter 3

I'm using version 3 of codeigniter and inserting the concept of templates through the PARSER library, according to the CI's own documentation link It turns out that in version 2 I use a layout model through a Hook, as in this example:...
asked by 24.05.2016 / 17:27
2
answers

Parse HTML regex problem

Well the doubt I have is the following, I need to get the following HTML snippet below: HTML: <section class="ovw-summary"> <div class="ovw-summary__balance balance-amounts"> <head...
asked by 07.03.2015 / 00:04
1
answer

Use the data obtained in the parse of my Web Service to transform into a graph in Android

I have a web service that returns me some values, for example, the answer to my parse is now: TheparsethatIdidtogetthefilteredvalueswasthis:StringvalFormaOutros=doc.getElementsByTagName("VALOR").item(0).getTextContent(); String descForma...
asked by 29.09.2014 / 15:21