xml tag

75 questions


1 answers
377 views
0
It's about extracting elements using containers.

For document in xml, if the text value is article-id_pmid, we have created a program to extract if the paragraph in the passage contains first.As for the paragraph extraction, I used containers, but I...

1 years ago

1 answers
460 views
0
I want to extract xml designated elements in GAS

I'm going to use GAS to create a program that will keep an eye on blog updates and notify you.https://web.plus-idea.net/2018/04/google-apps-script-xmlservice-parse/I was able to retrieve the contents ...


1 answers
108 views
0
I would like to instance C#xml and inherit it after inserting or rearranging it in a different form.

<AppSettings> <FileFolder>D:\C#Creations</FileFolder> <Sky>User0002</Sky> <Users> <UserId=User0004> <date>10/16/2019</date> <Key/> <Addre...

2 years ago

1 answers
140 views
0
I want to unfocus editText in scrollView

If you don't use ScrollView, even if you're focused on EditText, tap anything other than the EditText portion of the screen to remove the focus of EditText.However, if you put ScrollView in LinearLayo...

2 years ago

1 answers
157 views
0
Avoiding // in XPath

I have been advised not to use // for XPath in XSLT style sheets that handle large XML documents (data). For example, //para[exists(b)] for XML files in the summary structure.<?xml version=1.0 enco...

2 years ago

4 answers
111 views
0
[No Language] How to erase parent elements with child elements with specific strings in XML

From the XML format file below (Example 1. Before Conversion)I would like to delete the whole element that contains the testThere are about 2000 sparse elements containing tests.I'd like to make it ab...

2 years ago

1 answers
81 views
0
Error in xml file on Android app

I'm in trouble because I can't fix the red wave line error in the code.<TabHost in the sectionThis view is not constrained vertically. At runtime it will jump to the left unless you add a vertical ...

2 years ago

2 answers
106 views
0
Text garbled when an error occurred while operating XML on python 文字

I'm trying to run it with XML file and python file like below, but I don't know how to get rid of the error.Also, is there a way to deal with garbled characters (using UTF-8)?Error Code (Results) C:\U...

2 years ago

1 answers
94 views
0
Android App Error Handling

The error was resolved a little, so I corrected it.Therefore, ListView cannot be resolved or is not a fieldI would like to resolve .What should I do?Details below.I have a question about handling erro...


3 answers
158 views
0
Want to wrap XML text nodes with element nodes (conditional)

When I have an XML sample like the one below, I would like to convert it into an HTML tag with XSL.<root> <section> <container> aaaa Corporation <box> book </box> ...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.