cost 112 ms
Count inside count

My goal is to count how many of 'interfaces' from interface_list.xml are connected to 'testcases'. I have a list of interfaces in separate .xml. If in ...

2023-01-23 11:51:17   1   34    xml / xslt-1.0  
Select elements in order

Let's say I have this XML snippet as input: <?xml version="1.0" encoding="UTF-8"?> <root> <a>This is A</a> <b>T ...

2023-01-20 20:50:02   1   26    xml / xslt-1.0  
XSL to group by and subtotal on key

I want to group and subtotal an xml based on two fields (Byordnum and Num) so I've created a key for them but I don't get the right result / get the s ...

Convert DOCX to XSL-FO

I have a DOCX document and need to convert this into an XSL-FO 1.0 file (which should be used with an XML document to generate a PDF file later on). I ...

XSL to replace value by condition

I want to replace the contents of /SHPMNT05/IDOC/E1EDT20/E1EDL20/E1EDL37/E1EDL44/CUOBJ with the value of /SHPMNT05/IDOC/E1EDT20/E1EDL20/E1EDL24/E1EDL4 ...

XSL double xml element

I hope somebody can tell me why I do get 2 E1EDT20 elements in my result? Must be doing a copy too many but I can't figure it out. My input xml My ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM