XSLT 1.0 for-each 'starts-with' (with variable length)
问题 thinking aloud, re approach(es 🤔) Input collection (xml) records being transformed eg for-each Order. With an xml 'exclude' (reference-collection) param, to filter out records, eg only transform (for-each Order) where ( start of) current order/reference is not equal to any Reference in the References collection. For simplicity, Order input example <Orders> <Order number="1"> <!-- Include --> <Reference>AB123</Reference> </Order> <Order number="2"> <!-- Exclude --> <Reference>C3PO</Reference>