Questions tagged [muenchian-grouping]

Muenchian Grouping is an XSLT technique for optimizing the grouping of data in an XSL Transform.

Muenchian Grouping, named after it's founder, Steve Muench, is an XSLT grouping technique which improves the efficiency of traditional XSLT grouping (which typically uses preceding-sibling or following-sibling to determine the uniqueness of the node and hence its eligibility to form a new group).

Instead, Muenchian Grouping uses xsl:key to classify groups, in much the same way as a database index works.

188 questions
1
vote
1 answer

XSLT 1.0- creating table with Muenchian Method

I'm having some difficulties with grouping in XSLT 1.0. This is my XML input: …</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/xslt-1.0" class="post-tag grid--cell" title="show questions tagged 'xslt-1.0'" rel="tag">xslt-1.0</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 15 '18 at 14:07">asked Jan 15 '18 at 14:07</time> <a href="../../users/9218407/denniel-m" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/9218407.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Denniel M." /> </a> <div class="s-user-card--info"> <a href="../../users/9218407/denniel-m" class="s-user-card--link">Denniel M.</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</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-47174186"> <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/47174186/nested-grouping-using-xslt-1-0" class="question-hyperlink">Nested Grouping using XSLT 1.0</a></h3> <div class="excerpt">I'm having some difficulties with nested grouping in XSLT 1.0. The problem is a few documents have multiple products in their metadata. First, I need to group the results by the products. Finally, grouping by types is expected as well. Actually, I…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/xslt-1.0" class="post-tag grid--cell" title="show questions tagged 'xslt-1.0'" rel="tag">xslt-1.0</a> <a href="../../questions/tagged/xslt-grouping" class="post-tag grid--cell" title="show questions tagged 'xslt-grouping'" rel="tag">xslt-grouping</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 08 '17 at 07:45">asked Nov 08 '17 at 07:45</time> <a href="../../users/8899634/dglv" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8899634.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="dglv" /> </a> <div class="s-user-card--info"> <a href="../../users/8899634/dglv" class="s-user-card--link">dglv</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-44499348"> <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/44499348/group-a-html-output-with-xslt-muenchian-grouping" class="question-hyperlink">Group a HTML output with XSLT(muenchian grouping?)</a></h3> <div class="excerpt">I would like the output to be grouped in a special way, maybe using muenchian grouping? but I'm stuck Here is the XML file : <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="test.xsl"?> <NTC_PUBLICATION…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 12 '17 at 12:21">asked Jun 12 '17 at 12:21</time> <a href="../../users/5426646/geoffreyb" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5426646.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="GeoffreyB" /> </a> <div class="s-user-card--info"> <a href="../../users/5426646/geoffreyb" class="s-user-card--link">GeoffreyB</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">536</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="7 silver badge">7</li> <li class="s-award-bling s-award-bling__bronze" title="17 bronze badge">17</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-4432585"> <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/4432585/xslt-how-to-convert-xml-into-text-file-with-muenchian-grouping" class="question-hyperlink">XSLT: How to convert XML into text file with Muenchian Grouping</a></h3> <div class="excerpt">I hope to get help here one more time. Here is my sample input XML: <Report> <RecordValues> <Record> <FieldValue fieldName="firm_name" fieldValue="Firm_1"/> <FieldValue fieldName="firm_number" fieldValue="11"/> …</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 13 '10 at 19:17">asked Dec 13 '10 at 19:17</time> <a href="../../users/529642/klipa" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/529642.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="klipa" /> </a> <div class="s-user-card--info"> <a href="../../users/529642/klipa" class="s-user-card--link">klipa</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">145</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="3 silver badges">3</li> <li class="s-award-bling s-award-bling__bronze" title="10 bronze badges">10</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-42847186"> <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/42847186/muenchian-grouping-to-create-node-from-xsl-key" class="question-hyperlink">muenchian grouping to create node from xsl key</a></h3> <div class="excerpt">Using xsl key to parse some unique entries and creating new nodes with the key values in the key. The following xml: <Services> <Service Name="Publish" TypeName="FzUDP.Publish" ProviderName="FzUDP" Position="69,102.533530201483"…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 17 '17 at 00:32">asked Mar 17 '17 at 00:32</time> <a href="../../users/3504965/meonstackexchange" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3504965.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="meonstackexchange" /> </a> <div class="s-user-card--info"> <a href="../../users/3504965/meonstackexchange" class="s-user-card--link">meonstackexchange</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">609</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badges">5</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-42010596"> <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/42010596/xslt-one-level-grouping" class="question-hyperlink">XSLT one-level grouping</a></h3> <div class="excerpt">INPUT: <Root> <line id="1"> <subline name="id">23</subline> <subline name="text">mic</subline> <subline name="Available">yes</subline> <subline name="Unavailable"/> </line> <line id="2"> <subline name="id">23</subline> …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/xslt-grouping" class="post-tag grid--cell" title="show questions tagged 'xslt-grouping'" rel="tag">xslt-grouping</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 02 '17 at 19:20">asked Feb 02 '17 at 19:20</time> <a href="../../users/7507709/babkoy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7507709.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Babkoy" /> </a> <div class="s-user-card--info"> <a href="../../users/7507709/babkoy" class="s-user-card--link">Babkoy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">15</li> <li class="s-award-bling s-award-bling__bronze" title="5 bronze badges">5</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-41681741"> <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/41681741/xslt-1-0-stylesheet-is-duplicating-data-in-output" class="question-hyperlink">XSLT 1.0 Stylesheet is duplicating data in output</a></h3> <div class="excerpt">I asked a question a few days ago that was answered perfectly but had forgotten to include one crucial requirement which throws a wrench in the selected solution. The question can be found here: Change output based on value in xsl:key in XSLT…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/xslt-1.0" class="post-tag grid--cell" title="show questions tagged 'xslt-1.0'" rel="tag">xslt-1.0</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 16 '17 at 17:21">asked Jan 16 '17 at 17:21</time> <a href="../../users/2401964/ritley572" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2401964.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ritley572" /> </a> <div class="s-user-card--info"> <a href="../../users/2401964/ritley572" class="s-user-card--link">Ritley572</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">299</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="15 bronze badges">15</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-41601305"> <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/41601305/change-output-based-on-value-in-xsl-key-in-xslt-1-0" class="question-hyperlink">Change output based on value in xsl:key in XSLT 1.0</a></h3> <div class="excerpt">I have a fairly large (270mb) XML file that I need to group, sort, and run multiple transforms on. Input XML: <!-- language: lang-xml --> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <EligibilityRecords xmlns="http://Eligibility_LSDD"> …</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/xslt-1.0" class="post-tag grid--cell" title="show questions tagged 'xslt-1.0'" rel="tag">xslt-1.0</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 11 '17 at 21:48">asked Jan 11 '17 at 21:48</time> <a href="../../users/2401964/ritley572" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2401964.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ritley572" /> </a> <div class="s-user-card--info"> <a href="../../users/2401964/ritley572" class="s-user-card--link">Ritley572</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">299</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="15 bronze badges">15</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-41569937"> <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 "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/41569937/muenchian-grouping-for-biztalk-mapping" class="question-hyperlink">Muenchian grouping for BizTalk mapping</a></h3> <div class="excerpt">I have two input schemas one for member and one for benefits. Each Member can have 1 to n number of benefits. Member and Benefits has employee ID field. So I need to map both the views in to output schema. The output schema looks like below As I…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/biztalk" class="post-tag grid--cell" title="show questions tagged 'biztalk'" rel="tag">biztalk</a> <a href="../../questions/tagged/biztalk-2013" class="post-tag grid--cell" title="show questions tagged 'biztalk-2013'" rel="tag">biztalk-2013</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 10 '17 at 13:24">asked Jan 10 '17 at 13:24</time> <a href="../../users/7196050/sid" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7196050.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Sid" /> </a> <div class="s-user-card--info"> <a href="../../users/7196050/sid" class="s-user-card--link">Sid</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">119</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="5 silver badge">5</li> <li class="s-award-bling s-award-bling__bronze" title="16 bronze badge">16</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-41043258"> <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/41043258/xsl-find-nodes-that-have-the-key-as-sibling" class="question-hyperlink">XSL find nodes that have the key as sibling</a></h3> <div class="excerpt">I have this (quite odd) XML, with 7 children from 4 families. There are 5 boys that have 6 apples and 9 oranges and 2 girls that have 3 apples and 3 oranges. <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl"…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/xslt-1.0" class="post-tag grid--cell" title="show questions tagged 'xslt-1.0'" rel="tag">xslt-1.0</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 08 '16 at 15:40">asked Dec 08 '16 at 15:40</time> <a href="../../users/5040794/klas-blomberg" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5040794.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Klas Blomberg" /> </a> <div class="s-user-card--info"> <a href="../../users/5040794/klas-blomberg" class="s-user-card--link">Klas Blomberg</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">115</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="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-40257057"> <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/40257057/xslt-gmuenchian-grouping-with-sub-groups" class="question-hyperlink">xslt gmuenchian grouping with sub-groups</a></h3> <div class="excerpt">I am trying to re-structure xml data into groups and sub-group. I was able to get it to work, but my code has to include something, that looks (at least to me) like a workaround. Here are my sample files: Data.xml: <data> <record Group="g1"…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/key" class="post-tag grid--cell" title="show questions tagged 'key'" rel="tag">key</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 26 '16 at 08:16">asked Oct 26 '16 at 08:16</time> <a href="../../users/6832488/mario-klebsch" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/6832488.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Mario Klebsch" /> </a> <div class="s-user-card--info"> <a href="../../users/6832488/mario-klebsch" class="s-user-card--link">Mario Klebsch</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">361</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="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-38707512"> <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/38707512/xml-to-csv-transpose-by-dates" class="question-hyperlink">XML to CSV Transpose by Dates</a></h3> <div class="excerpt">Using XSLT 1.0, I am attempting to convert an XML file to CSV, specifically to transpose the data from full dates to pivoted month columns with Year and Day indicators. XML comprises of Google Doodles in long format of dates and doodle name. Below…</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/csv" class="post-tag grid--cell" title="show questions tagged 'csv'" rel="tag">csv</a> <a href="../../questions/tagged/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 01 '16 at 20:25">asked Aug 01 '16 at 20:25</time> <a href="../../users/1422451/parfait" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1422451.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Parfait" /> </a> <div class="s-user-card--info"> <a href="../../users/1422451/parfait" class="s-user-card--link">Parfait</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">104,375</li> <li class="s-award-bling s-award-bling__gold" title="17 gold badges">17</li> <li class="s-award-bling s-award-bling__silver" title="94 silver badges">94</li> <li class="s-award-bling s-award-bling__bronze" title="125 bronze badges">125</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-35297513"> <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/35297513/xslt-and-muenchian-grouping-multiple-level-sample" class="question-hyperlink">XSLT and Muenchian Grouping , Multiple Level Sample</a></h3> <div class="excerpt">I am fairly new to XSLT and never used Muenchian Grouping before. I have been trying to understand the concept by creating a sample for myself, but I can't understand how to obtain the desired output especially when dealing with sub-records. Let's…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 09 '16 at 16:45">asked Feb 09 '16 at 16:45</time> <a href="../../users/5904267/steven" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5904267.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Steven" /> </a> <div class="s-user-card--info"> <a href="../../users/5904267/steven" class="s-user-card--link">Steven</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-33952586"> <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/33952586/xslt-1-0-conditional-merge-after-grouping" class="question-hyperlink">XSLT 1.0 conditional merge after grouping</a></h3> <div class="excerpt">My input xml looks as shown below: <items> <item> <geoDetails> <street>xxx</street> <city>yyy</city> <state>zzz</state> </geoDetails> <otherDetails> <desc>abcd111</desc> …</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/merge" class="post-tag grid--cell" title="show questions tagged 'merge'" rel="tag">merge</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> <a href="../../questions/tagged/apply-templates" class="post-tag grid--cell" title="show questions tagged 'apply-templates'" rel="tag">apply-templates</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 27 '15 at 07:50">asked Nov 27 '15 at 07:50</time> <a href="../../users/3819537/lokesh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3819537.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Lokesh" /> </a> <div class="s-user-card--info"> <a href="../../users/3819537/lokesh" class="s-user-card--link">Lokesh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">119</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-30376443"> <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 "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/30376443/xslt-transform-xml-with-a-lot-150-attributes-named-value1-value2-with-grouping" class="question-hyperlink">XSLT: transform XML with a lot (>150) attributes named value1, value2, ... with grouping</a></h3> <div class="excerpt">i'm new to xsl and have the following problem: There's a XML like <data> <row FilterValue1="1" Value2="2" FilterValue3="3" /> <row FilterValue1="a" Value2="b" FilterValue3="c" /> </data> <features> <row title="Feature 1" provideFilter="yes" /> <row…</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/xslt" class="post-tag grid--cell" title="show questions tagged 'xslt'" rel="tag">xslt</a> <a href="../../questions/tagged/muenchian-grouping" class="post-tag grid--cell" title="show questions tagged 'muenchian-grouping'" rel="tag">muenchian-grouping</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 21 '15 at 14:17">asked May 21 '15 at 14:17</time> <a href="../../users/4924803/em91" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4924803.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="EM91" /> </a> <div class="s-user-card--info"> <a href="../../users/4924803/em91" class="s-user-card--link">EM91</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">11</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="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/muenchian-grouping_page=3" rel="prev" title="Go to page 3">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/muenchian-grouping_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/muenchian-grouping_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/muenchian-grouping_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/muenchian-grouping_page=12" rel="" title="Go to page 12">12</a> <a class="s-pagination--item" href="../../questions/tagged/muenchian-grouping_page=13" rel="" title="Go to page 13">13</a> <a class="s-pagination--item" href="../../questions/tagged/muenchian-grouping_page=5" rel="next" title="Go to page 5"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>