RE: Xsl help

2005-01-11 Thread Matthew Hoyt
Hi Charles, Send an email using the address you subscribed with to: xalan-c-users-unsubscribe (at) xml.apache.org -Matt. "Karpinski, Charles" <[EMAIL PROTECTED]> 01/11/2005 09:07 AM Please respond to xalan-c-users To "'xalan-c-users@xml.apache.org'" cc Subject RE: Xsl help

RE: Xsl help

2005-01-11 Thread Matthew Hoyt
Matthew Hoyt XSLT Development, IBM Toronto Lab email: [EMAIL PROTECTED] phone: 905 413 3076

RE: Xsl help

2005-01-11 Thread Karpinski, Charles
Title: RE: Xsl help Hi, How do I unsubscribe from this group? Thanks Charles H. Karpinski, FLMI, ACS Jackson National Life 

RE: Xsl help

2005-01-11 Thread Hughes, Michael (GF-X)
Yes that is possible, off the top of my head it would be something like this... apply your XSL for this type of node.. I think that's the kind of thing you do! -Original Message- From: Arunkumar Halebid [mailto:[EMAIL PROTECTED] Sent: 11 January 2005 12:19 To: xalan-c-us

RE: Xsl help

2005-01-11 Thread Arunkumar Halebid
Thanx for the details. After these initial steps, I want to make this xsl a kind of generic interface which can accept: A rule like : Traverse the entire input xml. At each node, If the 'value' of the node is 'arg1', then only consider the node for further steps. * Is this possible ? To pass arg

Re: Xsl help

2005-01-11 Thread Eric Pailleau
Eric Pailleau wrote: Arunkumar Halebid wrote: Hello, * In the xsl I set the output method to text. Within the style sheet I am trying to include some string also as output, apart from node values of the input xml. * I do not see any text output in the resulting transformation. Where am I doing

Re: Xsl help

2005-01-11 Thread Eric Pailleau
Arunkumar Halebid wrote: Hello, * In the xsl I set the output method to text. Within the style sheet I am trying to include some string also as output, apart from node values of the input xml. * I do not see any text output in the resulting transformation. Where am I doing a mistake? Sorry, my

XML help

2005-01-11 Thread Puneet Bhatia
Title: Xsl help Hi,      Please let me know about any API to create an XML file on Mac.   Regards Puneet Bhatia Quark Media House India 0172- 229- 9271   CONFIDENTIALITY NOTICE This e-mail transmission and any documents, files, or previous e-mail messages appended or attached

RE: Xsl help

2005-01-11 Thread Arunkumar Halebid
Title: Xsl help Thanks. I could get the XML change and first step was simple as you stated afterwards. From: Hughes, Michael (GF-X) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:33 PMTo: xalan-c-users@xml.apache.orgSubject: RE: Xsl help I think the problem may be due to the

RE: Xsl help

2005-01-11 Thread Hughes, Michael (GF-X)
Title: Xsl help I think the problem may be due to the input XML. The contents of the element MOC are not simple in that you have nested comments, elements and text so when you do your Model/MOC=’MOC1’ check it is likely to fail because the contents certainly don’t equal that! Even if you i

Re: Xsl help

2005-01-11 Thread Eric Pailleau
Arunkumar Halebid wrote: Hello, * In the xsl I set the output method to text. Within the style sheet I am trying to include some string also as output, apart from node values of the input xml. * I do not see any text output in the resulting transformation. Where am I doing a mistake? Always us

Xsl help

2005-01-11 Thread Arunkumar Halebid
Title: Xsl help Hello, * In the xsl I set the output method to text. Within the style sheet I am trying to include some string also as output, apart from node values of the input xml. * I do not see any text output in the resulting transformation. Where am I doing a mistake? Xsl rule is