The source file contains
Hello World, this is a nice world
The output desired applying the XSLT to the input file:
<Hello_World message="this is a nice world"/>
I know I can use unparsed-text
in XSLT 2.0 easily, but I need do it with XSLT 1.0.
I browsed a while, and I can't find something useful.
Is it posible? I need to use Xalan XSLT processor.
I think this question is challenging.
See Question&Answers more detail:os