Questions tagged [system.xml]

System.Xml is a set of APIs that provide support for processing XML in .NET applications.

System.Xml is a set of APIs that provide support for processing XML in .NET applications. https://learn.microsoft.com/en-us/dotnet/api/system.xml

101 questions
1
vote
1 answer

code compiles on visual studio 2015 but failing on 2013

I have this method in a class public static DataTable ConvertCellSetToDataTable(CellSet cellSet) { return new DataTable(); } I have Microsoft.AnalysisServices.AdomdClient in my packages.config as a nuget package and I DON'T have System.Xml as a…
lastr2d2
  • 3,604
  • 2
  • 22
  • 37
1
vote
0 answers

magento system.xml api key manual insertion

hi below is my small part of xml code for sms api, i api key and username, lets say api key = abcdefgh, username: 1234567 , url= https://www.google.com/ please help me to place these values in the below code as am new to xml i need this help thanks…
1
vote
2 answers

System.XML Read values into an array

I need to read all text values from a XML into a list... My XML has the following format: 52515 52519 My code: string mystring= @"
serge
  • 13,940
  • 35
  • 121
  • 205
1
vote
3 answers

System.XML on XAMARIN forms project

I am trying to use XmlDocument class ** and **XmlDocument .Load(..) function on the Portable Project of XAMARIN.Forms Portable solution with visual studio community. The compiler says that "The type or namespace name 'XmlDocument' could not be found…
1
vote
1 answer

Method definitions for methods contained in System.Xml.XMLReader

I haven't been able to find a reference that defines what these methods are made up of. I kind of get what these methods do and what arguments they take, but I'm hoping to find out how they work. I'd like to find something that would give me a…
superlazyname
  • 265
  • 3
  • 7
  • 17
1
vote
1 answer

Serializing XSD.exe-created object model. How to set XmlAnyAttribute values

I have an object-model created by xsd.exe which has this member: XSD:
Dai
  • 141,631
  • 28
  • 261
  • 374
1
vote
1 answer

Create an XML element with namespace in XMLDocument

I'm working with the XMLDocument class in VB.net. I want to get element with name "a:Product", but following code: dim doc as new XMLDocument dim pr as XMLElement = doc.CreateElement("a:product") pr.InnerText = "123" doc.AppendChild(pr) return…
Naum
  • 125
  • 1
  • 3
  • 12
1
vote
0 answers

Print elements from a db table with confirmation buttons ( Magento - system.xml )

I'm developing a custom module with admin configuration. How can i add a section in the system.xml file in which i can print elements from a db table, with confirm/reject button for each? (it's a variable number of elements, so i cannot create a…
user2615024
  • 31
  • 1
  • 7
1
vote
2 answers

magento how add dynamic url path in system.xml

I am working on payment gateway. but i have problem i did google research but couldn't find any solution i hope i'll get solution here so i am posting here following my system.xml code block <label>Title</label> …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/magento" class="post-tag grid--cell" title="show questions tagged 'magento'" rel="tag">magento</a> <a href="../../questions/tagged/system.xml" class="post-tag grid--cell" title="show questions tagged 'system.xml'" rel="tag">system.xml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Nov 02 '13 at 12:32">asked Nov 02 '13 at 12:32</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">user1645055</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-16285690"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/16285690/unable-to-parse-this-rdf-xml-since-system-xml-was-unable-to-parse-the-document" class="question-hyperlink">Unable to Parse this RDF/XML since System.Xml was unable to parse the document</a></h3> <div class="excerpt">I'am using .Net RDF library to make some sparql query on RDF files. but when I tried to load the RDF file to C# .Net RDFlibrary. The error is: Unable to Parse this RDF/XML since System.Xml was unable to parse the document, see Inner Exception…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/namespaces" class="post-tag grid--cell" title="show questions tagged 'namespaces'" rel="tag">namespaces</a> <a href="../../questions/tagged/rdf" class="post-tag grid--cell" title="show questions tagged 'rdf'" rel="tag">rdf</a> <a href="../../questions/tagged/system.xml" class="post-tag grid--cell" title="show questions tagged 'system.xml'" rel="tag">system.xml</a> <a href="../../questions/tagged/dotnetrdf" class="post-tag grid--cell" title="show questions tagged 'dotnetrdf'" rel="tag">dotnetrdf</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 29 '13 at 18:29">asked Apr 29 '13 at 18:29</time> <a href="../../users/1922425/hasan-sarraj" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1922425.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Hasan Sarraj" /> </a> <div class="s-user-card--info"> <a href="../../users/1922425/hasan-sarraj" class="s-user-card--link">Hasan Sarraj</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">92</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-13553507"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/13553507/can-t-use-system-xml-in-mono-even-though-about-dialog-says-it-s-loaded" class="question-hyperlink">Can't use System.XML in Mono even though "About" dialog says it's loaded</a></h3> <div class="excerpt">I'm getting desperate here; I'm trying to use XML serialization with some vanilla classes in Mono. [DataContract] and [DataMember] won't resolve, and using System.XML is impossible; it's just not in the list and won't compile suggesting a missing…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/xml-serialization" class="post-tag grid--cell" title="show questions tagged 'xml-serialization'" rel="tag">xml-serialization</a> <a href="../../questions/tagged/monodevelop" class="post-tag grid--cell" title="show questions tagged 'monodevelop'" rel="tag">monodevelop</a> <a href="../../questions/tagged/system.xml" class="post-tag grid--cell" title="show questions tagged 'system.xml'" rel="tag">system.xml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 25 '12 at 17:28">asked Nov 25 '12 at 17:28</time> <a href="../../users/565153/arne" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/565153.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Arne" /> </a> <div class="s-user-card--info"> <a href="../../users/565153/arne" class="s-user-card--link">Arne</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,006</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="22 silver badge">22</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badge">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-999237"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/999237/how-to-use-system-xml-dll-in-delphi" class="question-hyperlink">how to use system.xml.dll in delphi</a></h3> <div class="excerpt">I downloaded the system.xml.dll, then added it to my Delphi code as following: uses system.xml; etc... When I try to compile the project, the following message appears: file not found system.xml.dcu. Can anyone guide me how to solve this…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/delphi" class="post-tag grid--cell" title="show questions tagged 'delphi'" rel="tag">delphi</a> <a href="../../questions/tagged/system.xml" class="post-tag grid--cell" title="show questions tagged 'system.xml'" rel="tag">system.xml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Jun 16 '09 at 01:26">asked Jun 16 '09 at 01:26</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">samson</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-9894226"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/9894226/declaration-expected-error-for-system-xml-linq-xdocument-in-vb-net" class="question-hyperlink">Declaration expected error for System.Xml.Linq.XDocument in VB.Net</a></h3> <div class="excerpt">I am trying to learn about XML literals in VB. In a "learning" project which based on a console application template the following compiles and runs without error (and without any special Imports statements nor references added): Module Module1 Sub…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/vb.net" class="post-tag grid--cell" title="show questions tagged 'vb.net'" rel="tag">vb.net</a> <a href="../../questions/tagged/linq-to-sql" class="post-tag grid--cell" title="show questions tagged 'linq-to-sql'" rel="tag">linq-to-sql</a> <a href="../../questions/tagged/adventureworks" class="post-tag grid--cell" title="show questions tagged 'adventureworks'" rel="tag">adventureworks</a> <a href="../../questions/tagged/xml-literals" class="post-tag grid--cell" title="show questions tagged 'xml-literals'" rel="tag">xml-literals</a> <a href="../../questions/tagged/system.xml" class="post-tag grid--cell" title="show questions tagged 'system.xml'" rel="tag">system.xml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 27 '12 at 17:02">asked Mar 27 '12 at 17:02</time> <a href="../../users/70592/john-adams" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/70592.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="John Adams" /> </a> <div class="s-user-card--info"> <a href="../../users/70592/john-adams" class="s-user-card--link">John Adams</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,773</li> <li class="s-award-bling s-award-bling__gold" title="25 gold badges">25</li> <li class="s-award-bling s-award-bling__silver" title="91 silver badges">91</li> <li class="s-award-bling s-award-bling__bronze" title="131 bronze badges">131</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-76083749"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/76083749/magento-2-configure-custom-field-product-price-in-admin" class="question-hyperlink">magento-2 configure custom field product price in admin</a></h3> <div class="excerpt">I want new tab, group in admin custom field product sku, price, sale price and a button update price. where admin can change above custom price dynamically enter image description here I write code in Namespace/ModuleName/etc/adminhtml/system.xml.…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/magento2" class="post-tag grid--cell" title="show questions tagged 'magento2'" rel="tag">magento2</a> <a href="../../questions/tagged/custom-fields" class="post-tag grid--cell" title="show questions tagged 'custom-fields'" rel="tag">custom-fields</a> <a href="../../questions/tagged/price" class="post-tag grid--cell" title="show questions tagged 'price'" rel="tag">price</a> <a href="../../questions/tagged/sku" class="post-tag grid--cell" title="show questions tagged 'sku'" rel="tag">sku</a> <a href="../../questions/tagged/system.xml" class="post-tag grid--cell" title="show questions tagged 'system.xml'" rel="tag">system.xml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 23 '23 at 08:06">asked Apr 23 '23 at 08:06</time> <a href="../../users/21712298/irshad-magento" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/21712298.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Irshad Magento" /> </a> <div class="s-user-card--info"> <a href="../../users/21712298/irshad-magento" class="s-user-card--link">Irshad Magento</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-76067800"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/76067800/magento2-admin-how-can-create-new-custom-product-field-sku-price-sale-price-an" class="question-hyperlink">Magento2 admin , how can create new custom product field "sku,"price", "sale price" and a button for "update price" dynamically</a></h3> <div class="excerpt">I want when admin select custom field product sku, able to Change price, sale price and a button for update price dynamically. I created only field by etc/adminhtml/system.xml but unable to its functionality dynamically. please help. <?xml…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/magento2" class="post-tag grid--cell" title="show questions tagged 'magento2'" rel="tag">magento2</a> <a href="../../questions/tagged/custom-fields" class="post-tag grid--cell" title="show questions tagged 'custom-fields'" rel="tag">custom-fields</a> <a href="../../questions/tagged/price" class="post-tag grid--cell" title="show questions tagged 'price'" rel="tag">price</a> <a href="../../questions/tagged/sku" class="post-tag grid--cell" title="show questions tagged 'sku'" rel="tag">sku</a> <a href="../../questions/tagged/system.xml" class="post-tag grid--cell" title="show questions tagged 'system.xml'" rel="tag">system.xml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 20 '23 at 19:54">asked Apr 20 '23 at 19:54</time> <a href="../../users/9493493/ahmad" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9493493.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="ahmad" /> </a> <div class="s-user-card--info"> <a href="../../users/9493493/ahmad" class="s-user-card--link">ahmad</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=2" rel="prev" title="Go to page 2">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=2" rel="" title="Go to page 2">2</a> <div class="s-pagination--item is-selected">3</div> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=4" rel="" title="Go to page 4">4</a> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=5" rel="" title="Go to page 5">5</a> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=6" rel="" title="Go to page 6">6</a> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=7" rel="" title="Go to page 7">7</a> <a class="s-pagination--item" href="../../questions/tagged/system.xml_page=4" rel="next" title="Go to page 4"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>