XSLT 2.0: Transform notation in plain text to svg
问题 I am new to transformations between different formats. My goal is to transfer a notation from a toolkit which is in a plain text format to svg. An easy example would be that I have an orange ellipse and the notation would be like this (x and y is the coordinate system so 0 and 0 means the ellipse is in the middle): GRAPHREP PEN color:$000000 w:2pt FILL color:$ff7f00 ELLIPSE x:0pt y:0pt rx:114pt ry:70pt and my desired output would be an svg code something like this(the cx and cy coordinate are