RE: Xsl help

2005-01-12 Thread Hughes, Michael (GF-X)
2005 09:17 To: xalan-c-users@xml.apache.org Subject: RE: Xsl help Hello, With a problem to map xml data type to c/c++ data type, I started schema parsing. - During schema parsing(DOM api's), I encounter something like below: - is there a way/api to get corresponding C/C++ data

RE: Xsl help

2005-01-12 Thread Arunkumar Halebid
#x27;char*' ? - what about complex types in xsd? Or should I use some xslt approach before trying to map xml data types to c/c++ - arun -Original Message- From: Eric Pailleau [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 5:03 PM To: xalan-c-users@xml.apache.org Subject: Re

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&

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)
lan-c-users@xml.apache.org Subject: RE: Xsl help 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 o

RE: Xsl help

2005-01-11 Thread Arunkumar Halebid
s possible ? To pass args and apply the same rule at every node of a given xml? * Any leads to this appraoch would be helpful -Arun -Original Message- From: Eric Pailleau [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 4:45 PM To: xalan-c-users@xml.apache.org Subject: Re: Xsl hel

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

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

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

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