Category "xml"

PHP SOAP insert data StructType wsdltophp

I am working in a project where I must call SOAP WS. I used WSDLtoPHP, that's really helpful. I can READ data, and now I would like to create new item with the

How to write PHP in XSLT

I have been trying for the longest time to write a simple php echo statement in a .xsl file, but every site that I look at does not seem to function for me when

Bottom Navigation bar moves up with keyboard

I am using scroll view in a fragment but the screen does not scroll up when the keyboard is shown as it should be. Here is the scenario: I have mainActivity wh

Navigation drawer item highlight color exceeds over the radius of the corners

Navigation drawer item highlight color exceeds over the radius of the corners when I select (long press/ hold down) the item. <...NavigationView in activity

Background adding more padding to Button

I have this simple XML file in my Android Studio. There are 2 buttons <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schema

Is there a way to use an XML file to run Selenium tests?

I have a selenium test with over 100 lines of findElement, click(), sendKeys().... Is there a way I can create an XML or text file of the different parameters a

Python command-line one-liner using xmltodict to convert XML to JSON

I am trying to write a Python one-liner using xmltodict to convert an XML file to JSON. It seems like there's an issue reading from sys.stdin directly or as sys

How to make thumb smaller than track in switch button in android studio?

Hy, guys. This tiny problem drives me crazy. I wanted my switch to be like this : , but after a lot of googling, I could not do it. My current button is this

How to make thumb smaller than track in switch button in android studio?

Hy, guys. This tiny problem drives me crazy. I wanted my switch to be like this : , but after a lot of googling, I could not do it. My current button is this

XSD restrict content of element depending on attributes value

Formally our XSD looked like this: <?xml version="1.0" encoding="utf-8"?> <xs:schema id="fooxsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFor

xmlstarlet is not working if name space is mentioned on the xml [duplicate]

I am running this command, and it works xmlstarlet sel -t -v '/web-app/filter/filter-name/text()' ./sampleWeb.xml Responds with HeaderSecurity

Format of Draw.io XML file?

I created a shape in draw.io and exported it to get its XML file, which looks like this: <mxlibrary>[{"xml":"vZTNcoIwEMefJnckXjxarF7aXvoEKawk05Blwirap+8S

Creating and understanding XML transform

I am trying to brush up on my XML skills and was taking a course on it. There is one where I am tasked to create a XML transform from an XML instance that conta

XML to CSV with PHP converter [problem with images grabing]

I really need your help who works with XML and PHP. Looked for many other questions, but still nothing was found about my situation when in xml there is deeper

Sap Hybris advanced search label configuration

I wonder if is it possible change label of an field (Time created)in advanced search and how I do it. Thanks

how xml code converts to design in android studio

Since XML is used to store and transport data how exactly the XML code gets convert to android app design in android studio?

Importing attribute data with ImportXML google sheets

I have attempted to import price data from this site: http://runescape.wikia.com/wiki/Rubber_turkey# with this import xml code: =IMPORTXML("http://runescape.

Sending POST request with POSTMAN to Java REST API and getting null values in the xml response

I am creating a REST Service in Java and now I am building the post method which has 2 parameters that has to be inputted as xml in postman (for test) and get a

XSLT stylesheet isn't applied to XML in Firefox. How to fix it?

I have no idea why my code isn't cooperating, with me and my xml. I'm sorry for giving pics, but when i'm giving code, site is displaying end result, not the co

Setting max-parameters on Listeners for Domain Server (Wildfly 9)

I'm having some trouble with an application exhausting the default 1000 parameters listeners have, particularly https listeners. Unfortunately, the server that