Questions tagged [xmlnode]

XML document unit (element, entity, attribute, text, comment, notation, even document or it's fragment).

XML document unit (element, entity, attribute, text, comment, notation, even document or it's fragment). XML node types

486 questions
3
votes
1 answer

Accessing an imported element after the original DOMDocument is destroyed

I've been messing around with DOMDocument lately, and I've noticed that in order to transfer elements from one document to the next, I have to call $DOMDocument->importNode() on the target DOMDocument. However, I'm running into weird issues, where…
Joseph Silber
  • 214,931
  • 59
  • 362
  • 292
3
votes
2 answers

Get all descendants of given XmlNode

I want to get all the children from given node till leaves without using recursion. Is that possible? I know how to do it in LINQ to XML, but have some problems with XmlNode:S
Nickon
  • 9,652
  • 12
  • 64
  • 119
3
votes
1 answer

Convert String XML fragment to Document Node in Groovy

I am trying add a new node to the request via SOAPUI Groovy I have the String XMl fragment but I am not able to create a node using Groovy for SOAPUI. For example 1
3
votes
2 answers

How to get an xpathContext from an xmlNode in python

big fan of xpath on .net, and sax in python, but first time using xpath in python. I have a small script, that uses xpath to select some nodes from a doc, iterates through them, and then ideally uses xpath again to get the relevant data from them.…
Kurt
  • 4,477
  • 2
  • 26
  • 34
2
votes
2 answers

XmlDocument.SelectSingleNode omit prefixes and namespaces

This question is a follow up of the answered question: XmlDocument.SelectSingleNode and prefix + xmlNamespace issue The problem is that its possible that in the future the namespaces prefixes of the xml received will be changed without warning, so…
VSP
  • 2,367
  • 8
  • 38
  • 59
2
votes
1 answer

PHP SimpleXMLElement not parsing node</a></h3> <div class="excerpt">I have a simple well-formed XML doc that I'm writing to the page using PHP. For some reason the output never includes the title node, and after researching I can't figure this out. If I change the title node to 'heading' or some other name it is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/title" class="post-tag grid--cell" title="show questions tagged 'title'" rel="tag">title</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 03 '12 at 15:02">asked Feb 03 '12 at 15:02</time> <a href="../../users/699242/user699242" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/699242.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user699242" /> </a> <div class="s-user-card--info"> <a href="../../users/699242/user699242" class="s-user-card--link">user699242</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,833</li> <li class="s-award-bling s-award-bling__gold" title="4 gold badges">4</li> <li class="s-award-bling s-award-bling__silver" title="21 silver badges">21</li> <li class="s-award-bling s-award-bling__bronze" title="31 bronze badges">31</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-90803"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</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/90803/convert-c-2-0-system-data-sqltypes-sqlxml-object-into-a-system-xml-xmlnode" class="question-hyperlink">Convert C# 2.0 System.Data.SqlTypes.SqlXml object into a System.Xml.XmlNode</a></h3> <div class="excerpt">I seem to always have problems with converting data to and from XML in C#. It always wants you to create a full XMLDocument object even when you think you shouldn't have to. In this case I have a SQLXML column in a MS SQL 2005 server that I am…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/sqldatareader" class="post-tag grid--cell" title="show questions tagged 'sqldatareader'" rel="tag">sqldatareader</a> <a href="../../questions/tagged/sqlxml" class="post-tag grid--cell" title="show questions tagged 'sqlxml'" rel="tag">sqlxml</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 18 '08 at 07:51">asked Sep 18 '08 at 07:51</time> <a href="../../users/17373/greg-bray" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/17373.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Greg Bray" /> </a> <div class="s-user-card--info"> <a href="../../users/17373/greg-bray" class="s-user-card--link">Greg Bray</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">14,929</li> <li class="s-award-bling s-award-bling__gold" title="12 gold badges">12</li> <li class="s-award-bling s-award-bling__silver" title="80 silver badges">80</li> <li class="s-award-bling s-award-bling__bronze" title="104 bronze badges">104</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-8947979"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</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/8947979/what-is-the-fastest-way-to-retrieve-a-xml-node-by-id" class="question-hyperlink">What is the fastest way to retrieve a Xml node by ID</a></h3> <div class="excerpt">What is the fastest method to retrieve an XML node? I have an application that need the functionality of replace a specific node, when the document is small is fast but soon get bigger then it takes some several second to do the replacement. This is…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/search" class="post-tag grid--cell" title="show questions tagged 'search'" rel="tag">search</a> <a href="../../questions/tagged/tree" class="post-tag grid--cell" title="show questions tagged 'tree'" rel="tag">tree</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 20 '12 at 21:19">asked Jan 20 '12 at 21:19</time> <a href="../../users/1169720/mjsr" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1169720.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="mjsr" /> </a> <div class="s-user-card--info"> <a href="../../users/1169720/mjsr" class="s-user-card--link">mjsr</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">7,410</li> <li class="s-award-bling s-award-bling__gold" title="18 gold badges">18</li> <li class="s-award-bling s-award-bling__silver" title="57 silver badges">57</li> <li class="s-award-bling s-award-bling__bronze" title="83 bronze badges">83</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-8567896"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/8567896/is-the-name-value-pair-of-an-attribute-in-xml-considered-to-be-two-nodes-inter" class="question-hyperlink">Is the name->value pair of an attribute in XML considered to be two nodes, interpreted by XPATH?</a></h3> <div class="excerpt">The following article http://docs.oracle.com/javaee/1.4/tutorial/doc/JAXPXSLT3.html says that XPATH considers the following to be nodes: Root Element Text Attribute Comment Processing instruction Namespace What I want to know is whether an…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/xpath" class="post-tag grid--cell" title="show questions tagged 'xpath'" rel="tag">xpath</a> <a href="../../questions/tagged/datamodel" class="post-tag grid--cell" title="show questions tagged 'datamodel'" rel="tag">datamodel</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 19 '11 at 21:38">asked Dec 19 '11 at 21:38</time> <a href="../../users/1090438/jonathan" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1090438.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Jonathan" /> </a> <div class="s-user-card--info"> <a href="../../users/1090438/jonathan" class="s-user-card--link">Jonathan</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">10,936</li> <li class="s-award-bling s-award-bling__gold" title="8 gold badges">8</li> <li class="s-award-bling s-award-bling__silver" title="64 silver badges">64</li> <li class="s-award-bling s-award-bling__bronze" title="79 bronze badges">79</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-7929969"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</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/7929969/add-a-xmlnode-with-the-namespace-of-the-parent-node-in-net" class="question-hyperlink">Add a XmlNode with the namespace of the parent node in .Net</a></h3> <div class="excerpt">I am using XmlDocument and XmlNode to manipulate a xml file. Say I want to add a valid node called "Language" to the root, I use such code: Dim languageNode As XmlNode = xmlDoc.CreateNode(XmlNodeType.Element, "Language",…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/.net" class="post-tag grid--cell" title="show questions tagged '.net'" rel="tag">.net</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/namespaces" class="post-tag grid--cell" title="show questions tagged 'namespaces'" rel="tag">namespaces</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 28 '11 at 13:33">asked Oct 28 '11 at 13:33</time> <a href="../../users/944213/tete" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/944213.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="tete" /> </a> <div class="s-user-card--info"> <a href="../../users/944213/tete" class="s-user-card--link">tete</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,859</li> <li class="s-award-bling s-award-bling__gold" title="11 gold badges">11</li> <li class="s-award-bling s-award-bling__silver" title="50 silver badges">50</li> <li class="s-award-bling s-award-bling__bronze" title="81 bronze badges">81</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-7806740"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</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/7806740/select-xml-node-value-by-attribute-value-with-multiple-levels" class="question-hyperlink">Select XML node value by attribute value with multiple levels</a></h3> <div class="excerpt">I'm looking to get to value further in the XML code than I've seen examples for and with more attributes to consider. The XML code is: <?xml version="1.0"?> <mysqldump xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <database…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> <a href="../../questions/tagged/xml-attribute" class="post-tag grid--cell" title="show questions tagged 'xml-attribute'" rel="tag">xml-attribute</a> <a href="../../questions/tagged/xmlnodelist" class="post-tag grid--cell" title="show questions tagged 'xmlnodelist'" rel="tag">xmlnodelist</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 18 '11 at 11:50">asked Oct 18 '11 at 11:50</time> <a href="../../users/1000934/beng" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1000934.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="BenG" /> </a> <div class="s-user-card--info"> <a href="../../users/1000934/beng" class="s-user-card--link">BenG</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">14,826</li> <li class="s-award-bling s-award-bling__gold" title="5 gold badges">5</li> <li class="s-award-bling s-award-bling__silver" title="45 silver badges">45</li> <li class="s-award-bling s-award-bling__bronze" title="60 bronze badges">60</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-73907589"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</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/73907589/c-deserializing-xml-to-class-xmlns-was-not-expected" class="question-hyperlink">c# Deserializing xml to class "xmlns was not expected"</a></h3> <div class="excerpt">I want to deserialize a XML node to a class, with all the subnodes values into class properties I got this error ex {"There is an error in XML document (1, 2)."} System.Exception {System.InvalidOperationException} and the message of the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/deserialization" class="post-tag grid--cell" title="show questions tagged 'deserialization'" rel="tag">deserialization</a> <a href="../../questions/tagged/xml-deserialization" class="post-tag grid--cell" title="show questions tagged 'xml-deserialization'" rel="tag">xml-deserialization</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 30 '22 at 10:49">asked Sep 30 '22 at 10:49</time> <a href="../../users/19991650/seergius96" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/19991650.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="seergius96" /> </a> <div class="s-user-card--info"> <a href="../../users/19991650/seergius96" class="s-user-card--link">seergius96</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">86</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-6752605"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/6752605/add-nodes-into-deeper-branches-of-xml-tree" class="question-hyperlink">Add nodes into deeper branches of XML tree</a></h3> <div class="excerpt">I'm developing a web interface that enables admins to ban/unban particular users from my server whose software depends on an XML file to determine ban status of users. Initially, the 'Bans.xml' has the following contents. <Bans version="1.036"> …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/xpath" class="post-tag grid--cell" title="show questions tagged 'xpath'" rel="tag">xpath</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 19 '11 at 19:01">asked Jul 19 '11 at 19:01</time> <a href="../../users/852674/cray" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/852674.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Cray" /> </a> <div class="s-user-card--info"> <a href="../../users/852674/cray" class="s-user-card--link">Cray</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">23</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-67027406"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</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/67027406/unable-select-xmlnode-by-xpath-with-two-attributes" class="question-hyperlink">Unable select XmlNode by Xpath with two attributes</a></h3> <div class="excerpt">I have xml as a response, need to find marked red arrow node: My code: //response to xmlDocument document = new XmlDocument(); document.LoadXml(response.Content); XmlNamespaceManager ns = new XmlNamespaceManager(document.NameTable); foreach…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/xmldocument" class="post-tag grid--cell" title="show questions tagged 'xmldocument'" rel="tag">xmldocument</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 09 '21 at 19:47">asked Apr 09 '21 at 19:47</time> <a href="../../users/13843087/lia" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/13843087.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Lia" /> </a> <div class="s-user-card--info"> <a href="../../users/13843087/lia" class="s-user-card--link">Lia</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">504</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-6177292"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>2</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/6177292/add-xmlnode-to-xmlelement" class="question-hyperlink">Add XmlNode to XmlElement</a></h3> <div class="excerpt">I get a soap envelope back from a web service with customer data such as name and address etc. The address does not contain city/suburb but postcode. I have all the city and suburbs with their post codes in a CSV file so I want to insert the correct…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/.net" class="post-tag grid--cell" title="show questions tagged '.net'" rel="tag">.net</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/xmlnode" class="post-tag grid--cell" title="show questions tagged 'xmlnode'" rel="tag">xmlnode</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 30 '11 at 14:03">asked May 30 '11 at 14:03</time> <a href="../../users/776383/roger" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/776383.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Roger" /> </a> <div class="s-user-card--info"> <a href="../../users/776383/roger" class="s-user-card--link">Roger</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">25</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="1 silver badge">1</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badge">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/xmlnode_page=4" rel="prev" title="Go to page 4">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/xmlnode_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/xmlnode_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/xmlnode_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/xmlnode_page=32" rel="" title="Go to page 32">32</a> <a class="s-pagination--item" href="../../questions/tagged/xmlnode_page=33" rel="" title="Go to page 33">33</a> <a class="s-pagination--item" href="../../questions/tagged/xmlnode_page=6" rel="next" title="Go to page 6"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>