RE: [xsl] Hiding XML to an application (serialization?)

Subject: RE: [xsl] Hiding XML to an application (serialization?)
From: "Angel Gavin" <agavin@xxxxxx>
Date: Wed, 22 Jun 2005 11:00:50 +0200
YEP! THAT REALLY REALLY HELPS! (let alone it is nice to hear from someone
that has been facing the problem for so long!)

Thanks a lot again for your valuable feedback. I'll keep you informed.

Best wishes,
Angel



> -----Original Message-----
> From: James Fuller [mailto:jim.fuller@xxxxxxxxxxxxxx]
> Sent: 22 June 2005 10:43
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] Hiding XML to an application (serialization?)
>
>
>
> >In particular, we develop applications (like the one mentioned in my
> >previous email) for the aerospace sector that should (SHALL!)
> have DO-178b
> >certification (normally, up to B level). Applications are
> usually developed
> >in C/C++. I do not want to bother people with questions that may
> be beyond
> >the scope of this list (and then I will not open a new thread
> for this), but
> >the problem still has to do with XSLT.
> >
> >
>
> ok, have been near this type of scenario and understand the difficulties
> of using xml technologies in such environments...ada and lisp aside its
> difficult to get xml tools ratified in such environments....geez its
> been 5+ years now as well.
>
> here is a good overview article
>
> http://www-106.ibm.com/developerworks/xml/library/x-ctlbx.html
>
> here is a very dated article at xml.com
> http://www.xml.com/pub/a/1999/11/cplus/
>
> though may reiterate what u already know...I doubt you would be able to
> use libxml in your environment, which is prob the 1st place I would
> start. I would suggest starting with apache stuff
> http://xml.apache.org/xerces-c/samples.html
>
> >Does anyone know something about tools for XML
> >processing/marshalling/transforming/... (in particular, XSLT!!!) for the
> >development of software with certification requirements? I was
> googling the
> >Internet a few months ago but did not find anything. Perhaps the
> question is
> >whether is there a market for this, considering the high quality of the
> >existing (free) software for XML.
> >
> >
> you could look at how other people do it....e.g. sablotron for example
> uses a thin layer over expat to slurp up xml and put into internal
> in-memory tree representation
>
> I have used http://sxp.sourceforge.net/ this little gem as a good
> example for slurping up xml, seems to be 'low maintenance' enough for
> your requirements.
>
> Are there any persistence layer stuff for C++ these days? Might be able
> to get marshalling for free from xml format this way.
>
> gl and post back any nuggets of wisdom u may get
>
> hth, Jim Fuller
>


______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
 puede contener informacion clasificada por su emisor como confidencial
 en el marco de su Sistema de Gestion de Seguridad de la 
Informacion siendo para uso exclusivo del destinatario, quedando 
prohibida su divulgacion copia o distribucion a terceros sin la 
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje 
 erroneamente, se ruega lo notifique al remitente y proceda a su borrado. 
Gracias por su colaboracion.
______________________
This message including any attachments may contain confidential 
information, according to our Information Security Management System,
 and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message
 is strictly forbidden. If you have received this transmission in error,
 please notify the sender immediately and delete it.
______________________

Current Thread