Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged xml

0 votes
1.6k views
1 answer
    I am getting a ClassCastException in android studio while running my project. Can anyone tell me what is causing this error. ClassCastException: com.intellij. ... to com.intellij.psi.xml.XmlFile Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm working with an XSD such as: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault ... not. Can somebody explain me what I'm doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    The goal is to group elements starting with different heading levels into sections nested according to those levels. Problem is similar to XSLT: moving a ... desired output, so any help is appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    The following XML is given: <root> <element> <id>1</id> </element> <element> <id>2</id> <parentId>1</parentId> </element> <element> <id>3</id ... to achieve with XPath? If yes, how could you do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have downloaded code for gridview and code for navigation bar. Both codes are working fine individually but when I am trying to combine them its giving a runtime error ... .java:4827) 01-25 17:27:49.558: E/AndroidRuntime(892): at andr...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have an XML file with information, for example: <letter> <name>Test</name> <age>20</age> <me>Me</me> </letter> And then I have an ... above and have $name and $age replaced with the correct values. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    For example, how can I remove all tags with name one in rootNode programmatically? def rootNode = new XmlSlurper().parseText( ... : (DUMMY$_closure1_closure2) values: [DUMMY$_closure1_closure2@6c5f92d3] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to index and search two different entity. File name: db-data-config.xml <dataConfig> <dataSource name="myindex" driver="com.microsoft.sqlserver ... Anyone can solve this problem? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    XmlElement has an "Order" attribute which you can use to specify the precise order of your properties (in relation to each other anyway) when serializing ... just for readability, my own benefit really. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have had a look at various suggestions on here but none really help my problem. Due to the sources my XML comes from i can receive dates in the ... "/> </xsl:matching-substring> </xsl:analyze-string> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I try to design a XSD with CTA. I have the following XML: <?xml version="1.0" encoding="UTF-8"?> <persons xmlns:xsi="http://www.w3.org/ ... person, it validates. There must be something missing on my XSD. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i am newbie in android can someone please help me,i am following this tutorial ZOOM IMAGEVIEW CLASS my problem is that i want to click on an ... :layout_weight="1"/> </LinearLayout> </LinearLayout> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am trying to parse the following xml (after hosting in my local machine) and load it to store. <?xml version="1.0" encoding="UTF-8"?> <users> < ... store, but could not fix it. Can any one please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm trying to make an XSD to validate some XML I'm getting back from a web service. It looks something like this: <values> <value_1>asdf</ ... to write an XSD that validates the node names themselves? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am trying to make a DTD in which I want to add some restrictions like: Only allow the introduction of telephone numbers with 9 numbers Only allow the introduction ... , but I want to do it with a DTD). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I know how to remove namespaces at all but what I need to do is only to remove specific namespace prefixes eg transform this file (removing xenc prefixes): ... help me how it could be done using XSLT? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Question is , for some reason. the xsd doesn't/can't define all logic vars other than basic properties and setters and getters, so we've tried to ... without any plugin. any idea would be appreciated . See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have following data in XML response in JMeter: <details> <srNo>1</srNo> <key>123</key> <Name>Inspector</piName> <age>89</age> <country>India</ ... to used that value in another Sampler for eg: ${key1} See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    private ConfigurableEmitter emitter; File xmlFile = new File("ressources/emitter.xml"); emitter = ParticleIO.loadEmitter(xmlFile); If I launch the project in ... "); emitter = ParticleIO.loadEmitter(i); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I've been using python to implement a custom parser and use that parsed data to format a word document to be distributed internally. All of the ... output document but will update with whatever I find. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have a situation where I have different XMLs that will have different types of properties. Sometimes the element HEADER could have just a node or some ... on how to implement choice in this situation. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I googled for this for a while but can't seem to find it and it should be easy. I want to append a CR to then end of an XML file that I am creating ... ; Byte b = ' '; writer.write(b); writer.close(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have formatted the logs generated by play using logger.xml file in conf folder to get the desired format. In my local environment when i am using the ... -ref ref="FILE"/> </logger> </configuration> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    Trying to parse out lat/lon from a google maps rss feed: $file = "http://maps.google.com/maps/ms?ie=UTF8&hl=en&vps=1&jsv=327b&msa=0&output=georss&msid= ... <georss:elev>0.000000</georss:elev> </item> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    How can I remove the "xmlns" namespace from a XElement? I tried: attributes.remove, xElement.Name.NameSpace.Remove(0), etc, etc. No success. My xml: < ... </retEvent> </event> How can I accomplish this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to customize my search bar on Android Studio for my application. The result I'd like to achieve is the one here: My Search bar and the ... (always visible) so, that doesn't solve my issue. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want my value to be 5050, Instead of $50.50 in xsl template. The values are fetching from subTotal[@formattedValue]". please help me to get the value withou decimal point in xsl See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I would like to ask if someone knows how to make an XSD 1.1 Conditional Type Assignment check if an element hasn't an attribute using the XPath ... 's no "direction" attribute for the current element? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
...