xml tag

75 questions


1 answers
70 views
0
JavaScript appendChild error occurs.

In the <ul> tag, I want to add the value of the XML node as the <li> tag. With the xmlDoc.documentElement.childNodes; code, the child node of the root node (<person>) (<name<na...

2 years ago

1 answers
134 views
0
Output the xml file screen stored on the Android List

I'm making an alarm app using Android.Receiving multiple alarms from users was implemented, but the problem was caused by trying to display the set alarms on the screen.Normally, when we set multiple ...


1 answers
68 views
0
Android studio tap host question

I want to enter an icon in the tab host, but I can't do it I'm uploading the code![][![1]

2 years ago

1 answers
72 views
0
[Android studio] The Alertdialog window is dark.

Here's the current situationJava code is Sagin.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { View dlgView = View.inflate(Activity2.this,ac2_sub,null); ...


1 answers
114 views
0
Inserting information with xml or crawl

I want to create a mobile web that provides information about election candidates. However, there are so many candidates that I am thinking about how to do it. Crawling the information on the web page...

2 years ago

1 answers
74 views
0
Layout resource file cannot be created due to constraint layout

To create a guideline, I entered android.support.constrain.constrainLayout in the root element and created it, but it appears as shown in the picture above.I looked it up, and they told me to add one ...


1 answers
74 views
0
When loading an xml document, it does not work in Chrome

function readxml(filename) { xmlHttp = new window.xmlHttpRequest(); xmlHttp.open(GET, filename, false) xmlHttp.send(null) xmlDoc = xmlHttp.responseXML.documentElement}function loadXMLDoc(dname) { try ...

2 years ago

1 answers
147 views
0
Android view border question.

This is shape_list.xml.<?xml version=1.0 encoding=utf-8?> <!--Output shape square--><solid android:color=#ffffff /><!--Output color to shape --><stroke android:width=10dp an...

2 years ago

1 answers
110 views
0
If I use the parser as lxml for xml parsing, does it all change to lowercase letters?

If I use the parser as lxml for xml parsing, does it all change to lowercase letters?

2 years ago

1 answers
120 views
0
There is an index error when parsing the xml page using python3 and beautiful soup.

BASE_URL = http://openapi.gbis.go.kr/ws/rest/buslocationservice?serviceKey=%2BFdkupBYoTx3q0Sd%2B6GFPa6NZ0Quorkb0guP7oMfTj8I75dQKX8vhMXO4QoY6KLZwx%2Bja8eT7irD11Gxv31t1g%3D%3D&routeId=200000085respo...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.