Suchergebnisse für Anfrage "xml-namespaces"

2 die antwort

Ist xmlns = "" ein gültiger xml-Namespace?

2 die antwort

PHP DOMDocument erhält Attribut des Tags

Hallo, ich habe eine API-Antwort im XML-Format mit einer Reihe von Elementen wie diesem:

2 die antwort

Highcharts fügt dem SVG-Element im IE ein doppeltes xmlns-Attribut hinzu

Ich verwende Highcharts, um Diagramme in einer PHP-Webanwendung zu erstellen. Das Problem ist, dass das erstellte SVG-Element im IE doppelte xmlns-Attribute ...

TOP-Veröffentlichungen

2 die antwort

Was ist jQuery für Document.createElementNS ()?

Was ist jQuery für Document.createElementNS ()? function emleGraphicToSvg(aGraphicNode) { var lu = function luf(aPrefix){ switch (aPrefix){ case 'xhtml': return 'http://www.w3.org/1999/xhtml'; case 'math': return ...

2 die antwort

XPath für Element mit Namespace

Was ist der XPATH für das AttributnewVersion im Element <dependentAssembly> <assemblyIdentity name="System.Reactive.Linq" publicKeyToken="31bf3856ad364e35" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-2.2.5.0" newVersion="2.2.5.0" ...

2 die antwort

XML-Serialisierungs-Namespaces

Ich habe ein Problem mit den Namespaces, die mein Code erzeugt. Was ich möchte, ist das XML unten: <?xml version="1.0" encoding="utf-8"?> <ClassToSerialize Type="Customer" Name="Some Name" ...

2 die antwort

Wie bekomme ich eine 50MB ZIP-Datei mit einer 600MB XML-Datei in eine MySQL-Datei?

Wie kann ich eine 50-MB-Zip-Datei mit einer 600-MB-XML-Datei (über 300.000 "<" abc: ABCRecord ">") in eine MySQL-Datei übertragen? Die XML-Datei selbst hat die folgende Struktur: <?xml version='1.0' encoding='UTF-8'?> ...

2 die antwort

XML + XPATH: Gibt es eine Möglichkeit, mit einem Standard-Namespace zu arbeiten?

Ich habe ein XML SOAP-Ergebnis: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> ...

2 die antwort

Blank xml-Namespace in untergeordneten Knoten in SQL Server

Hi, ich brauche Hilfe bei folgenden Fragen in SQL: Ich muss eine XML-Datei in diesem Format erstellen <Document xmlns="urn:iso:std:iso:20022:tech:xsd:001.002.001.04"> <FIToFIPmtStsRpt> <GrpHdr> <MsgId></MsgId> </GrpHdr> ...

2 die antwort

python lxml findall mit mehreren Namespaces

Ich versuche, ein XML-Dokument mit mehreren Namespaces mit lxml zu analysieren, und bin nicht mehr dabei, mit der findall () -Methode etwas zurückzugeben. My XML: <MeasurementRecords ...