天天看點

SAP ABAP實用技巧介紹系列之 template的match順序

用于測試的xml:

Empire Burlesque

Bob Dylan

USA

Columbia

10.90

1985

Hide your heart

Bonnie Tyler

UK

CBS Records

9.90

1988

step1: 整個document 被比對,輸出My CD Collection ( 被藍色辨別出來)

SAP ABAP實用技巧介紹系列之 template的match順序
step2:

My CD Collection

添加到輸出,開始執行 < xsl:apply-templates/>:

step3: 從debugger callstack觀察到line 7的apply-templates 會trigger /catalog/cd/title node的比對,進入line 14 p node:

step4: 輸出p node的内容(line 16 )

callstack:

step5: title node的比對完成,繼續剩下的document 輸出:

callstack從line 16 傳回到line 0: