I notice two things about the DSS XML dss.tst

  -  The embedded XML is well-formed but not valid.  It does not have a root 
element.
  -  C is not a required encoding for an XML processor.  UTF-8 and UTF-16 are.  
In
     fact they are the only required encodings in the XML/XSL group of 
specifications.   
     For this reason many people only use these encodings.

Can dss handle UTF-8 and UTF-16 encodings?

> Date: Tue, 27 Jul 2010 21:17:22 -0400
> From: [email protected]
> To: [email protected]; [email protected]
> Subject: Re: [ast-developers] How do I use libdssxml?
> CC: 
> 
> 
> On Wed, 28 Jul 2010 00:51:20 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= 
> wrote:
> > How do I use libdssxml from ksh? I am looking for an usage example.
> 
> well another topic we need a writeup on
> we do need to do a bit more work on dss+ksh integration
> until then
> look at src/cmd/dsslib/xml/dss.tst for examples (in the form or regression 
> tests)
> you can run the test after building ast-open by
> 
>       bin/package use
>       cd dsslib/xml
>       nmake test REGRESSFLAGS=-v
> 
> the commands will be traced by -v
> 
> the xml plugin handles xml and json data
> 
> I'll check tomorrow to see how far off the ksh dss plugin is
> 
> _______________________________________________
> ast-developers mailing list
> [email protected]
> https://mailman.research.att.com/mailman/listinfo/ast-developers
                                          
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to