Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3850756
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:03:31+00:00 2026-05-19T17:03:31+00:00

When I use the xpath select as per the xslt below <?xml version=1.0 encoding=UTF-8?>

  • 0

When I use the xpath select as per the xslt below


<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ns="urn:ROCK-BlueScope/ShipmentImportWS"
exclude-result-prefixes="ns">
    <xsl:template match="/">
    <ManifestSourceM>
        <xsl:for-each select="ns:Shipment/ns:ShipmentInformation">
            <DSManifest>
                <ManifestNo>
                    <xsl:value-of select="ns:GeneralShipmentInformation/ns:ShipmentIdentificationNumber"></xsl:value-of>
                </ManifestNo>
                <ManifestDate>
                    <xsl:value-of select="ns:DateTimeReference/ns:Date"></xsl:value-of>
                </ManifestDate>
                <PrimeMover>
                    <xsl:value-of select="ns:EquipmentDetailsLoop/ns:EquipmentDetails[ns:EquipmentStructure/ns:DescriptionCode = 'TV'][1]/ns:EquipmentStructure/ns:EquipmentNumber"></xsl:value-of>
                </PrimeMover>
                <Fleet1>
                    <xsl:value-of select="ns:EquipmentDetailsLoop/ns:EquipmentDetails[ns:EquipmentStructure/ns:DescriptionCode = 'TL'][1]/ns:EquipmentStructure/ns:EquipmentNumber[1]"></xsl:value-of>
                </Fleet1>
                <Fleet2>
                    <xsl:value-of select="ns:EquipmentDetailsLoop/ns:EquipmentDetails[ns:EquipmentStructure/ns:DescriptionCode = 'TL'][2]/ns:EquipmentStructure/ns:EquipmentNumber[2]"></xsl:value-of>
                </Fleet2>
                <Fleet3>
                    <xsl:value-of select="ns:EquipmentDetailsLoop/ns:EquipmentDetails[ns:EquipmentStructure/ns:DescriptionCode = 'TL'][3]/ns:EquipmentStructure/ns:EquipmentNumber[3]"></xsl:value-of>
                </Fleet3>
                <Fleet4>
                    <xsl:value-of select="ns:EquipmentDetailsLoop/ns:EquipmentDetails[ns:EquipmentStructure/ns:DescriptionCode = 'TL'][4]/ns:EquipmentStructure/ns:EquipmentNumber[4]"></xsl:value-of>
                </Fleet4>
                <Fleet5>
                    <xsl:value-of select="ns:EquipmentDetailsLoop/ns:EquipmentDetails[ns:EquipmentStructure/ns:DescriptionCode = 'TL'][5]/ns:EquipmentStructure/ns:EquipmentNumber[5]"></xsl:value-of>
                </Fleet5>
                <RouteCode>
                    <xsl:value-of select="ns:GeneralShipmentInformation/ns:StandardCarrierAlphaCode"></xsl:value-of>
                </RouteCode>
                <Description><xsl:value-of select="string-join(('BlueScope Load:', ns:GeneralShipmentInformation/ns:ShipmentIdentificationNumber, ' On RunCode:', ns:GeneralShipmentInformation/ns:StandardCarrierAlphaCode), '')"></xsl:value-of>
                </Description>
                <Description2></Description2>
            </DSManifest>
           </xsl:for-each>
        </ManifestSourceM>
    </xsl:template>
</xsl:stylesheet>

And apply it to this xml


<?xml version="1.0" encoding="UTF-8"?>
<ns:Shipment xmlns:ns="urn:ROCK-BlueScope/ShipmentImportWS">
    <ns:ShipmentInformation Transaction="Actual">
        <ns:GeneralShipmentInformation>
            <ns:TransactionSetPurposeCode>00</ns:TransactionSetPurposeCode>
            <ns:TransportationMethodTypeCode>L</ns:TransportationMethodTypeCode>
            <ns:ShipmentMethodOfPayment>DE</ns:ShipmentMethodOfPayment>
            <ns:ShipmentIdentificationNumber>178896</ns:ShipmentIdentificationNumber>
            <ns:StandardCarrierAlphaCode>NUNCOL</ns:StandardCarrierAlphaCode>
        </ns:GeneralShipmentInformation>
        <ns:Priority>0</ns:Priority>
        <ns:DateTimeReference SegmentId="StartTime">
            <ns:Date>2010-12-09</ns:Date>
            <ns:Time>07:00:00</ns:Time>
        </ns:DateTimeReference>
        <ns:Origin>
            <ns:GeographicLocation>
                <ns:LocationIdentifier>NUN</ns:LocationIdentifier>
            </ns:GeographicLocation>
        </ns:Origin>
        <ns:Destination>
            <ns:GeographicLocation>
                <ns:LocationIdentifier>~COMPLETE STEEL ROOFING</ns:LocationIdentifier>
            </ns:GeographicLocation>
        </ns:Destination>
        <ns:EquipmentDetailsLoop>
            <ns:EquipmentDetails>
                <ns:EquipmentStructure>
                    <ns:Initial/>
                    <ns:EquipmentNumber>Z26GW</ns:EquipmentNumber>
                    <ns:DescriptionCode>TV</ns:DescriptionCode>
                </ns:EquipmentStructure>
            </ns:EquipmentDetails>
        </ns:EquipmentDetailsLoop>
        <ns:EquipmentDetailsLoop>
            <ns:EquipmentDetails>
                <ns:EquipmentStructure>
                    <ns:Initial/>
                    <ns:EquipmentNumber>B16KY-5</ns:EquipmentNumber>
                    <ns:DescriptionCode>TL</ns:DescriptionCode>
                </ns:EquipmentStructure>
            </ns:EquipmentDetails>
        </ns:EquipmentDetailsLoop>
        <ns:EquipmentDetailsLoop>
            <ns:EquipmentDetails>
                <ns:EquipmentStructure>
                    <ns:Initial/>
                    <ns:EquipmentNumber>B16KY-4</ns:EquipmentNumber>
                    <ns:DescriptionCode>TL</ns:DescriptionCode>
                </ns:EquipmentStructure>
             </ns:EquipmentDetails>
        </ns:EquipmentDetailsLoop>
        <ns:EquipmentDetailsLoop>
            <ns:EquipmentDetails>
                <ns:EquipmentStructure>
                    <ns:Initial/>
                    <ns:EquipmentNumber>B16KY-2</ns:EquipmentNumber>
                    <ns:DescriptionCode>TL</ns:DescriptionCode>
                </ns:EquipmentStructure>
             </ns:EquipmentDetails>
        </ns:EquipmentDetailsLoop>
        <ns:EquipmentDetailsLoop>
            <ns:EquipmentDetails>
                <ns:EquipmentStructure>
                    <ns:Initial/>
                    <ns:EquipmentNumber>B16KY-3</ns:EquipmentNumber>
                    <ns:DescriptionCode>TL</ns:DescriptionCode>
                </ns:EquipmentStructure>
             </ns:EquipmentDetails>
        </ns:EquipmentDetailsLoop>
        <ns:EquipmentDetailsLoop>
            <ns:EquipmentDetails>
                <ns:EquipmentStructure>
                    <ns:Initial/>
                    <ns:EquipmentNumber>B16KY-1</ns:EquipmentNumber>
                    <ns:DescriptionCode>TL</ns:DescriptionCode>
                </ns:EquipmentStructure>
             </ns:EquipmentDetails>
        </ns:EquipmentDetailsLoop>
    </ns:ShipmentInformation>
</ns:Shipment>

I get this. The Fleet1 element contains all the occurences.


<?xml version="1.0" encoding="UTF-8"?>
<ManifestSourceM>
    <DSManifest>
        <ManifestNo>178896</ManifestNo>
        <ManifestDate>2010-12-09</ManifestDate>
        <PrimeMover>Z26GW</PrimeMover>
        <Fleet1>B16KY-5 B16KY-4 B16KY-2 B16KY-3 B16KY-1</Fleet1>
        <Fleet2/>
        <Fleet3/>
        <Fleet4/>
        <Fleet5/>
        <RouteCode>NUNCOL</RouteCode>
        <Description>BlueScope Load:178896 On RunCode:NUNCOL</Description>
        <Description2/>
    </DSManifest>
</ManifestSourceM>

I even tried with a for-each-group and choose…when specific to each occurence, but still got the same result.

I couldn’t work out how to use this in the choose…when method.


<xsl:number count="EquipmentDetailsLoop[normalize-space(EquipmentDetails/EquipmentStructure/DescriptionCode)='TL']" level="single"></xsl:number>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T17:03:32+00:00Added an answer on May 19, 2026 at 5:03 pm

    As a reduce example, this stylesheet:

    <xsl:stylesheet version="2.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     xmlns:ns="urn:ROCK-BlueScope/ShipmentImportWS"
     exclude-result-prefixes="ns">
        <xsl:strip-space elements="*">
        <xsl:template match="ns:Shipment">
            <ManifestSourceM>
                <xsl:apply-templates/>
            </ManifestSourceM>
        </xsl:template>
        <xsl:template match="ns:ShipmentInformation">
            <DSManifest>
                <xsl:apply-templates/>
            </DSManifest>
        </xsl:template>
        <xsl:template match="ns:ShipmentIdentificationNumber">
            <ManifestNo>
                <xsl:value-of select="."/>
            </ManifestNo>
        </xsl:template>
        <xsl:template match="ns:Date">
            <ManifestDate>
                <xsl:value-of select="."/>
            </ManifestDate>
        </xsl:template>
        <xsl:template match="ns:EquipmentStructure[ns:DescriptionCode='TV']">
            <PrimeMover>
                <xsl:value-of select="ns:EquipmentNumber"/>
            </PrimeMover>
        </xsl:template>
        <xsl:template match="ns:EquipmentStructure[ns:DescriptionCode='TL']">
            <xsl:variable name="vNumber">
                <xsl:number count="ns:EquipmentStructure[ns:DescriptionCode='TL']"
                            level="any"/>
            </xsl:variable>
            <xsl:element name="Fleet{$vNumber}">
                <xsl:value-of select="ns:EquipmentNumber"/>
            </xsl:element>
        </xsl:template>
        <xsl:template match="text()"/>
    </xsl:stylesheet>
    

    Output:

    <ManifestSourceM>
        <DSManifest>
            <ManifestNo>178896</ManifestNo>
            <ManifestDate>2010-12-09</ManifestDate>
            <PrimeMover>Z26GW</PrimeMover>
            <Fleet1>B16KY-5</Fleet1>
            <Fleet2>B16KY-4</Fleet2>
            <Fleet3>B16KY-2</Fleet3>
            <Fleet4>B16KY-3</Fleet4>
            <Fleet5>B16KY-1</Fleet5>
        </DSManifest>
    </ManifestSourceM>
    

    Note: Overwriting text node built-in rule. Pattern matching any element we want to only transform (higher hierarchy) or transform and output value (leafs). Data driven elements names with xsl:element instruction. Hierarchy numbering with xsl:number instruction.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I use XPath to select an XML-node based on its content? If
Is it possible to use XPath to select only the nodes that have a
I'm trying to use XPath to parse an XML document. One of my NSXMLElement's
You can use XPath if you're binding the XML document in the XAML, but
<?xml version=1.0 encoding=ISO-8859-1?> <bookstore> <book category=COOKING> <title lang=en>Everyday Italian</title> <author>Giada De Laurentiis</author> <year>2005</year> <price>30.00</price>
Could I use XPath to select country node whose code containing UK? <country-list> <Country
I'm trying to use XPath to select the items which have a facet with
I want to use xpath to count occurances of certain node in xml document.
I'm trying to use XPath to find all elements that have an element in
I have a typed xml document stored as text. So I use CONVERT the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.