xml tag

75 questions


1 answers
102 views
0
I want to analyze XML from the top using javascript.

If you use XML::LibXML::Reader in perl, you can analyze XML by retrieving nodes from the top, but what should you do with javascript (or jQuery, etc.Or is there a library that can do the same thing?

2 years ago

1 answers
75 views
0
How to Change the XML used as a database for distributed programs

I created a Windows Form Application in C# and previously released the executable to the customer.The program uses XML as its database.This time, we added functions to the program.Only exe is changed....

2 years ago

1 answers
99 views
0
Only Id becomes Null when loading nodes in C#XML

I want to foreach inside the Users node of XML to read Id, Key, and Address, but only Id is Null, so I can'tPlease let me know how to read Id.Except I can't read Id, it works, but I'm working on my ow...

2 years ago

2 answers
98 views
0
Avoiding XmlReader Not Normalizing Attribute Values

If you use System.Xml.XmlReader in the .NET Framework to read XML data, the blank characters in the attribute values are not normalized.Normalization of blank characters in attribute values is as foll...

2 years ago

1 answers
88 views
0
Understanding Persistence of xml Files

I want to edit the DNA sequence of DDBJ.I can download it in xml format, but I am not familiar with the structure of xml, so I don't understand some things.Below is a partial format of the XML file do...

2 years ago

1 answers
98 views
0
html disappears after sorting by list.js

When you sort the tables using list.js, everything in the table disappears.I wonder why...<!DOCTYPE html><html lang=ja><head><metacharset=utf-8> <link rel=stylesheet href=ht...

2 years ago

1 answers
72 views
0
The Android app just clicks on the button and it falls off.

I get this error.What's wrong?java.lang.NullPointerException: Attempt to invoice virtual method 'void android.widget.Button.setOnClickListener(android.view.View$OnClickListener)' on an all object refe...

2 years ago

1 answers
88 views
0
About Hierarchy at JAXB.marshal

Hello We are currently generating xml with the following source code:public class Main { public static void main(String[]args) { Kusakusa = new Kusa(); kusa.setKusa(Gusa); Kusa2kusa2 = new Kusa2();...

2 years ago

1 answers
80 views
0
Error in operation of XML in python and garbled characters 文字

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
76 views
0
What to do in case of an error when parsing xml with swift?

Currently, I am creating an application that parses xml in NSXMLParser and displays it in tableview.There is no problem if xml can be retrieved successfully, but I am having trouble knowing how to che...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.