Questions tagged [sax]

SAX stands for Simple API for XML, and is an event-based way of reading XML data from a document.

SAX (Simple API for XML) is an event-based sequential access parser API developed by the XML-DEV mailing list for XML documents.
SAX provides a mechanism for reading data from an XML document that is an alternative to that provided by the Document Object Model (DOM). Where the DOM operates on the document as a whole, SAX parsers operate on each piece of the XML document sequentially.

XML processing with SAX

A parser that implements SAX (i.e., a SAX Parser) functions as a stream parser, with an event-driven API. The user defines a number of callback methods that will be called when events occur during parsing. The SAX events include (among others):

Useful references:

1784 questions
0
votes
0 answers

String too long XML parsing with SAX (Java)

I am parsing a big xml file (around 50mb) with SAX parser and i'm encountering a problem which i cannot solve with the answer I found on the forum : parsing huge length string using sax parser in android My problem is in the "Characters"…
0
votes
2 answers

Concurrent SAX processing of large, simple XML files?

I have a couple of gigantic XML files (10GB-40GB) that have a very simple structure: just a single root node containing multiple row nodes. I'm trying to parse them using SAX in Python, but the extra processing I have to do for each row means that…
Archagon
  • 2,470
  • 2
  • 25
  • 38
0
votes
1 answer

root node not well formed error

For a class project we are trying to connect to Google distance matrix and parse some data from the xml file but when we run it and fill out our destination fields and hit next it throws the following error in the console. Here is a copy of the xml…
Dan B
  • 17
  • 7
0
votes
2 answers

Error in trivial Mule flow using poll component: "The content of element 'poll' is not complete"

Trivial new project, 1 flow, 1 poll element, feeding to 1 other element. ERROR 2014-04-16 14:49:19,565 [main] org.mule.module.launcher.application.DefaultMuleApplication: null org.xml.sax.SAXParseException: cvc-complex-type.2.4.b: The content of…
Mark Bennett
  • 1,446
  • 2
  • 19
  • 37
0
votes
2 answers

XML parsing Query

Like in XML DOM, childNodes Property is there what is the equivalent in SAX? I want to know the number of elements for the traversal, like in DOM, we can do, for (i=0; i
0
votes
1 answer

SAX parser ignores text because of a
tag

have a slight problem here and I don't know how to fix it. I have an XML file that looks like this: Item 1</name> <description>Description Text 1<br />Description Text 2</description> </item> And I have a…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/parsing" class="post-tag grid--cell" title="show questions tagged 'parsing'" rel="tag">parsing</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 05 '14 at 16:06">asked Apr 05 '14 at 16:06</time> <a href="../../users/3078436/user3078436" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3078436.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user3078436" /> </a> <div class="s-user-card--info"> <a href="../../users/3078436/user3078436" class="s-user-card--link">user3078436</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5</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="mln24"> <div class="question-summary" id="question-summary-22810463"> <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/22810463/can-t-configure-apache-poi-ooxml-for-maven" class="question-hyperlink">Can't configure apache poi ooxml for maven</a></h3> <div class="excerpt">Have a need to open both XLS of 2003 format and XLSX of 2007+ format. Have a code like Workbook workbook = WorkbookFactory.create( inputStream ); pom.xml contains: org.apache.poi:poi v3.9 org.apache.poi:poi-ooxml v3.9 org.apache.poi:ooxml-schemas…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/excel" class="post-tag grid--cell" title="show questions tagged 'excel'" rel="tag">excel</a> <a href="../../questions/tagged/maven" class="post-tag grid--cell" title="show questions tagged 'maven'" rel="tag">maven</a> <a href="../../questions/tagged/apache-poi" class="post-tag grid--cell" title="show questions tagged 'apache-poi'" rel="tag">apache-poi</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 02 '14 at 11:47">asked Apr 02 '14 at 11:47</time> <a href="../../users/1728511/mikhail-kopylov" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1728511.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Mikhail Kopylov" /> </a> <div class="s-user-card--info"> <a href="../../users/1728511/mikhail-kopylov" class="s-user-card--link">Mikhail Kopylov</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">2,008</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="27 silver badges">27</li> <li class="s-award-bling s-award-bling__bronze" title="58 bronze badges">58</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2269041"> <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/2269041/ignore-some-xml-tags-in-sax" class="question-hyperlink">ignore some XML tags in SAX</a></h3> <div class="excerpt">I'm parsing an XML document using SAX in Java. I'm working with the XML that describes research publications in different fields. Among others there are elements like "abstract" that shortly describes what the reserch paper is about. The basic HTML…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 15 '10 at 21:26">asked Feb 15 '10 at 21:26</time> <a href="../../users/188264/jutky" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/188264.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="jutky" /> </a> <div class="s-user-card--info"> <a href="../../users/188264/jutky" class="s-user-card--link">jutky</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3,895</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="31 silver badges">31</li> <li class="s-award-bling s-award-bling__bronze" title="45 bronze badges">45</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22688088"> <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/22688088/difference-between-xml-libxml-xml-dom-and-xml-sax" class="question-hyperlink">Difference between XML::LibXML, XMl::DOM and XML::SAX</a></h3> <div class="excerpt">What is the difference between XML::LibXML , XML::DOM and XML::SAX. Can I use XML::LibXML only which should provide all the functionalities of XML::DOM and XML::SAX </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/dom" class="post-tag grid--cell" title="show questions tagged 'dom'" rel="tag">dom</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> <a href="../../questions/tagged/libxml2" class="post-tag grid--cell" title="show questions tagged 'libxml2'" rel="tag">libxml2</a> <a href="../../questions/tagged/xml-libxml" class="post-tag grid--cell" title="show questions tagged 'xml-libxml'" rel="tag">xml-libxml</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 27 '14 at 12:46">asked Mar 27 '14 at 12:46</time> <a href="../../users/3337391/pjain" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3337391.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="pjain" /> </a> <div class="s-user-card--info"> <a href="../../users/3337391/pjain" class="s-user-card--link">pjain</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">663</li> <li class="s-award-bling s-award-bling__silver" title="10 silver badges">10</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22554901"> <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/22554901/sax-exception-when-reading-xml-from-assets" class="question-hyperlink">SAX exception when reading xml from Assets</a></h3> <div class="excerpt">Hi I am trying to read xml file which is in assets folder of my project but when it is going to read through buffer reader it throw a SAX exception, I searched everywhere to tackle this problem but failed to do so, it read some part of the xml and…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/xml-parsing" class="post-tag grid--cell" title="show questions tagged 'xml-parsing'" rel="tag">xml-parsing</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> <a href="../../questions/tagged/bufferedreader" class="post-tag grid--cell" title="show questions tagged 'bufferedreader'" rel="tag">bufferedreader</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 21 '14 at 09:31">asked Mar 21 '14 at 09:31</time> <a href="../../users/1796974/shazar" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1796974.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Shazar" /> </a> <div class="s-user-card--info"> <a href="../../users/1796974/shazar" class="s-user-card--link">Shazar</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">103</li> <li class="s-award-bling s-award-bling__silver" title="4 silver badges">4</li> <li class="s-award-bling s-award-bling__bronze" title="19 bronze badges">19</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22552406"> <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/22552406/using-sax-parser-to-validate-an-xml-file-against-xml-schema-offline" class="question-hyperlink">Using SAX parser to validate an xml file against xml schema offline</a></h3> <div class="excerpt">How to validate an XML file against an XSD local file without connecting to a server using a SAX parser? What to add and where? How to change this code? schema = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI).newSchema(xs); </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/parsing" class="post-tag grid--cell" title="show questions tagged 'parsing'" rel="tag">parsing</a> <a href="../../questions/tagged/xsd" class="post-tag grid--cell" title="show questions tagged 'xsd'" rel="tag">xsd</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 21 '14 at 07:08">asked Mar 21 '14 at 07:08</time> <a href="../../users/3445281/user3445281" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3445281.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user3445281" /> </a> <div class="s-user-card--info"> <a href="../../users/3445281/user3445281" class="s-user-card--link">user3445281</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">107</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="mln24"> <div class="question-summary" id="question-summary-22539790"> <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/22539790/set-attribute-value" class="question-hyperlink">Set Attribute Value</a></h3> <div class="excerpt">How can i set a value to id attribute during creating an xml file, where id values can be anything, for example it can be id="1" or id="A" or id="k1", id="k2" public void process(String s) throws SAXException { try { atts.clear(); …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 20 '14 at 16:48">asked Mar 20 '14 at 16:48</time> <a href="../../users/2994149/user2994149" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2994149.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user2994149" /> </a> <div class="s-user-card--info"> <a href="../../users/2994149/user2994149" class="s-user-card--link">user2994149</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">37</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="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22500126"> <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>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/22500126/parsing-images-to-listview-with-sax-parser-and-imageloader-class" class="question-hyperlink">Parsing Images to listview with sax parser and imageloader class</a></h3> <div class="excerpt">I have an error when parsing image url to image and displaying it in my listview.. i have caught the error but im not able to rectify it .... (caught = know where the error is -_-) First of all im using SAX. Second , im doing a variety of parsing's…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/listview" class="post-tag grid--cell" title="show questions tagged 'listview'" rel="tag">listview</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 19 '14 at 08:29">asked Mar 19 '14 at 08:29</time> <a href="../../users/3436603/theanimatrix" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3436603.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="TheAnimatrix" /> </a> <div class="s-user-card--info"> <a href="../../users/3436603/theanimatrix" class="s-user-card--link">TheAnimatrix</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">566</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="6 silver badge">6</li> <li class="s-award-bling s-award-bling__bronze" title="19 bronze badge">19</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-2240687"> <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>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/2240687/capturing-mixed-content-in-xml-using-a-sax-parser" class="question-hyperlink">Capturing mixed content in XML using a SAX Parser</a></h3> <div class="excerpt">Is a SAX Parser capable of capturing mixed content within an XML document (see example below)? <element>here is some <b>mixed content</b></element> </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 10 '10 at 22:04">asked Feb 10 '10 at 22:04</time> <a href="../../users/53036/todd" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/53036.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Todd" /> </a> <div class="s-user-card--info"> <a href="../../users/53036/todd" class="s-user-card--link">Todd</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,906</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="16 silver badges">16</li> <li class="s-award-bling s-award-bling__bronze" title="21 bronze badges">21</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22256616"> <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/22256616/mule-saxparseexception-cvc-complex-type-2-4-a-invalid-content-when-running-flo" class="question-hyperlink">Mule SAXParseException: cvc-complex-type.2.4.a: Invalid content when running Flow with propietary Connector.</a></h3> <div class="excerpt">I've developed a connector, with Jersey, Jackson and OAuth 1. The connector project builds ok with Maven, then I install it in my Mule project, included it on a flow and when I run the project I get: Invalid content was found starting with…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/spring" class="post-tag grid--cell" title="show questions tagged 'spring'" rel="tag">spring</a> <a href="../../questions/tagged/maven" class="post-tag grid--cell" title="show questions tagged 'maven'" rel="tag">maven</a> <a href="../../questions/tagged/mule" class="post-tag grid--cell" title="show questions tagged 'mule'" rel="tag">mule</a> <a href="../../questions/tagged/sax" class="post-tag grid--cell" title="show questions tagged 'sax'" rel="tag">sax</a> <a href="../../questions/tagged/saxparseexception" class="post-tag grid--cell" title="show questions tagged 'saxparseexception'" rel="tag">saxparseexception</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 07 '14 at 17:21">asked Mar 07 '14 at 17:21</time> <a href="../../users/2141181/laerion" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2141181.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Laerion" /> </a> <div class="s-user-card--info"> <a href="../../users/2141181/laerion" class="s-user-card--link">Laerion</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">805</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="13 silver badges">13</li> <li class="s-award-bling s-award-bling__bronze" title="18 bronze badges">18</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/sax_page=99" rel="prev" title="Go to page 99">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/sax_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/sax_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/sax_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/sax_page=99" rel="" title="Go to page 99">99</a> <div class="s-pagination--item is-selected">100</div> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>