Tagged Questions
The xsl-grouping tag has no wiki summary.
2
votes
3answers
179 views
XSLT: Grouping and sorting…how?
I have an XML file that looks like the following...
<states>
<state>
<name>North Carolina</name>
<city>Charlotte</city>
</state>
<state>
...
2
votes
2answers
114 views
Using grouping to pull together text and then test it
So in this grotty extruded typesetting product, I sometimes see links and email addresses that have been split apart. Example:
<p>Here is some random text with an email address
...
2
votes
2answers
672 views
Muenchian Grouping - group within a node, not within the entire document
I'm trying to use Muenchian grouping in my XSLT to group matching nodes, but I only want to group within a parent node, not across the entire source XML document.
Given XSLT and XML as follows ...
1
vote
1answer
95 views
Grouping in XSLT 2.0 similar to br to p problems
In XSLT 1.0, a common question in forums was how to convert flat HTML into hierarchical XML, which many times boiled down to nesting text in between <br /> tags in <p> tags.
I have a ...
1
vote
1answer
532 views
XSLT Grouping and subgrouping
I have the following code:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" />
<xsl:key name="categories" ...
1
vote
1answer
431 views
Grouping several groups in XSLT 2
I'm trying to add hierarchy to some grotty extruded typesetting XML. I can't seem to manage grouping several kinds of groups in the same parent element at once.
What I have (simplified, obviously):
...
0
votes
2answers
62 views
XSLT Grouping with addition/combination of sub elements
I have the following XML
<InvestmentAccount Id="Element01_Source3_Sequqence002" Type="Standard" InvestmentStrategyId="Employer" ParameterOverrideIds="AllocationRateOverride">
...