Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 2nd, 2013, 10:26 AM
Registered User
 
Join Date: Nov 2013
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by mhkay View Post
This conversation really isn't going very well. I ask you whether you want an XSLT 1.0 or 2.0 solution, and you ignore me.

Hi,

These many days I was not able to understnad the basic of XSLT. Now I have little knowledge of it. Could you please guide me the solution by using XSLT 1,0
 
Old December 2nd, 2013, 10:45 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

Sorry, I haven't used XSLT 1.0 for about 8 years so you'll have to find someone else to help you with this.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
 
Old December 2nd, 2013, 11:36 AM
Registered User
 
Join Date: Nov 2013
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by mhkay View Post
Sorry, I haven't used XSLT 1.0 for about 8 years so you'll have to find someone else to help you with this.

One more request, I am using visual studio 2012 does it supports xslt 2.0/ if not it is ok .

I have one more question could you please let me know hour to group below nodes input from
1) first HL to second HL into source
2) Second Hl to third HL into payer
3) Thrid HL to fourth HL into subscriber and
a)if EB node exist if it is followed by DTP then move DTP node as a child of EB node

b) Extract nodes from LS to LE put into child nodes

4) Fourth HL to till SE put into Dependent
do the same as above 3)

Once I get into above structure I have written temple which will extract and keep into companies format of XML





<X12Transaction>(Root)
<ISA>
<GS>
<ST>
<BHT>
<HL>------1
<NM1>
<PER>
<HL> ----2
<NM1>
.......
.......
.....

<HL>----3
REF>
<N3>
<N4>
<EB>
<EB>
<DTP>
<LS>
<NM1>
<NM3>
< LE>

<HL> ----4
REF>
<N3>
<N4>
<EB>
<EB>
<DTP>

<SE>
<GE>
<IEA>

</X12Transaction>(Root)
 
Old December 2nd, 2013, 12:40 PM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

Microsoft have not moved their tools forward to XSLT 2.0. To take advantage of XSLT 2.0, use an XSLT processor such as Saxon or XmlPrime, and an IDE such as Stylus Studio, oXygen, or Altova XMLSpy.
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference
 
Old July 13th, 2016, 09:44 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

If you install a third-party XSLT 2.0 processor such as Saxon or XmlPrime, then you can run it in Visual Studio. But MS products do not support XSLT 2.0 "out of the box".
__________________
Michael Kay
http://www.saxonica.com/
Author, XSLT 2.0 and XPath 2.0 Programmer\'s Reference





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to organize(group) nodes under a closed element - XSLT Milkncookiez XSLT 0 May 20th, 2013 06:56 AM
bunches of nodes, how to group them to different group using the business rules JohnKiller XSLT 9 March 7th, 2012 02:42 PM
Grouping nodes by names bonekrusher XSLT 3 July 14th, 2010 09:01 AM
grouping by nodes questions bonekrusher XSLT 4 July 13th, 2010 10:58 AM
Grouping Nodes shoei78 XSLT 3 May 28th, 2004 10:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.