-
I have an XML file with the following structure: <?xml version="1.0" encoding="utf-8"?> <questions> <property name="q154"> <q154> <Property name="intro" value="Based on …
- 311 views
- 1 answers
- 0 votes
-
I have a existing XML that looks like this: <data> <item> <A>value1</A> <B>value1<B> </item> <item> <A>value2</A> <B>value2<B> </item> </data> To …
- 319 views
- 1 answers
- 0 votes
-
I want to replace thousands lines like this, but I’m having a hard time trying to make it work, also …
- 313 views
- 2 answers
- 0 votes
-
This question already has answers here: Why it's not possible to use regex to parse HTML/XML: a formal explanation in …
- 309 views
- 1 answers
- 0 votes
-
I need to substitute owl:Class in the following text with the LP number Input <owl:Class rdf:about="https://loinc.org/LP173100-1"> <rdfs:subClassOf rdf:resource="https://loinc.org/LP410935-3"/> <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Counseling …
- 340 views
- 1 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 275 views
- 2 answers
- 0 votes
-
I am building a website and I would like to show a terminal on my webpage which runs a script …
- 365 views
- 2 answers
- 0 votes
-
I have a java class that run a number of shell scripts in a loop like follows : for (int …
- 331 views
- 2 answers
- 0 votes
-
I am trying to loop a python command in my bash terminal to take many float values for a certain …
- 307 views
- 5 answers
- 0 votes
-
I’m working on a Python 3 script that among other things, at some point it needs to create a .JKS …
- 312 views
- 1 answers
- 0 votes