Questions tagged as 'parser'

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 / 17:33
2
answers

Parsear html with JQUERY

From the table I show below, could someone tell me how to save the value of the table belonging to 'REGISTRATION' in JQUERY in a variable? That is to say that depending on the value of REGISTRATION, which can be YES or NO, keep that in a varibal...
asked by 04.07.2018 / 13:10
1
answer

Parsear html iframe saved in a variable in JQUERY

I have saved the following in a variable: register = "<iframe id='registro' src='estudios/info-estudios/'></iframe>" Within that variable I get a table that exists in src = 'studies / info-studies /', which is the following: &...
asked by 04.07.2018 / 14:03
0
answers

Problems adding items to a list in python

I'm programming some things in Python, specifically a parser function that calls another function that returns the lines of a file, then, for each line a split is made to separate them into two fields, these fields are stored in a dictionary, th...
asked by 19.06.2018 / 18:29
0
answers

Error Lexer flex java: error package java_cup.runtime does not exist

I am compiling a file lexer.java that I generated from lexer.flex , it contains the library java_cup.runtime.*; but when copying it this error appears and generates more errors:    private Symbol symbol (int type) error: c...
asked by 28.04.2018 / 12:59