hi..

i've created a stylehseet which uses an xml file (with document
function) which is configuration file , the style sheet reads elements
from the file, which tells it how to transform an attribute (the
original xml's elements's have multiple element which could be turned
into a single attribute).

i'm using string reader and stringwriter and measuerd the time with
only transform method, it takes it around 600 ms, the source xml is
around 53k and the result is 7k in size, the stylesheet is around 50k
in size.

is this time frame make sense, or can i somehow optimize it?

Reply via email to