xml - Data types in xslt -
i developing json parser xml using xslt transformer, thatis output type text. not provide output data types. example, input xml has data string or int or date, , xslt not realize kind , parse them same. query whether there way import xsd file (has data types) within xslt, xsd can check type of data , transform finar accordingly.
from thank much!
there's fair amount can schema-aware xslt 2.0 transformation, i'm not sure understand requirement sufficiently facilities relevant.
you converting json xml, output text. have thought transformation text in, xml out.
you "however not provide output data types". there's missing subject sentence. expect data type knowledge come from? parsing specific json input structure known stylesheet, or parsing arbitrary json?
and i've no idea "finar" is, or fits in!
Comments
Post a Comment