[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: data structure in xslt

Subject: RE: data structure in xslt
From: SoumenS@xxxxxxxxx
Date: Tue, 8 Oct 2002 15:32:47 -0700
xml datastructure
Hello Zhiyong,

You can take the following strategy:

1. Do for-each or template on <returnType>.
2. output TEXT

#include "<returnType>/text().h" 

for each <returnType>

So as par above steps, you would encounter "Person" as
a <returnType> and thus would output TEXT

#include "Person.h".

BTW, I have wriiten a paper on using XSLT for XML model based code
generation:
============================================
Model Driven Programming, published in XML journal of SYS-CON media, August
2002, Volume 3, Issue 8. The article proposed an extension of Model View
Controller (MVC) architecture and showed how to implement in software
development projects. The online version could be found at
http://www.sys-con.com/xml/pdf/trees.pdf
============================================

Hope this helps.
Soumen Sarkar.

Hello All,

I am using xslt for code generation from xml document. I need to maintain a
data structure to remember a list of special nodes I have visited before. Is
there any way in xslt which can address this issue?

For example, I have following xml document:

<method name="getPerson">
<returnType>Person</returnType>
<params/>

<method name="setPerson">
<returnType/>
<params>
<param type="Person" name="p"/>
</params>

When I first get the node of Person type, I know I need to include Person.h
or whatever interface it is. But after that I don't need to do that again.
So I need to remember the type I already include, and I think I need a
datastructure(a hash, list or tree will do).

Thanks for your help. Any suggestions are greatly appreciated.

Regards,
Zhiyong

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.