Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gbordel

  1. gbordel

    need help for an easy XSLT

    Thank you very much tsuji. I know the target is not well formed. In fact what I posted is a "canonic" example of the part from a much longer file where I am having problems to find a procedure. I just read your code and do not perfectly understand it yet, but I find there the answers to the...
  2. gbordel

    need help for an easy XSLT

    Thanks k5tm. My second option is to write a specific piece of Java parsing code, but I think a single XSLT is a more neat approach. I will try it for a while. I am new to XML processing and learning slowly... I will learn about what I suppose you say: there is only one text node and the...
  3. gbordel

    need help for an easy XSLT

    Thank you tsuji for your comments. Yes, you are right, I made a cut&paste mistake writing the target code. It should read: <sentence offset="0" length="23.98"> sentence one </sentence> <sentence offset="23.98" length="9.67"> sentence two</sentence> <sentence offset="33.65" length="11,39">...
  4. gbordel

    need help for an easy XSLT

    Hi, I am looking for examples to implement what I think should be a simple XSLT, but I am not succeding. This is my first attempt to use an XSLT. ¿Could anybody help me?. I would be very grateful. Thanks. from: <segment> <sync time="0" /> sentence one <sync time="23,98" /> sentence...

Part and Inventory Search

Back
Top