[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: About mask xml
On 21/10/2007, http://www.pas-world.com <dev001@p...> wrote: > Hello, > Any technology in XML to make something like this? > > > I have datum: > 2,3,Da1,xrr,... > > I have a template XML: > > <dat1></dat1> > <dat2></dat2> > <dat3></dat3> > <dat4></dat4> > ... > > And the automatic loaded result should be: > <dat1>2</dat1> > <dat2>3</dat2> > <dat3>Da1</dat3> > <dat4>xrr</dat4> > ... > > Or similar technologies to reduce size of documents, without the use of > compression. If you mean csv-to-xml then take a look at: http://andrewjwelch.com/code/xslt/csv/csv-to-xml_v2.html ...but it seems like you're asking if there's an automated way of separating the content from the elements in a repeating structure so that you can reduce the size of a document? If so, csv would give you that, but it does seem an odd requirement... cheers -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|