[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xml xsl web architecture
Why not just do it in the xsl file? The xsl file will be applied to an xml data file from the backend for dynamic data, user info, etc. I assume you mean something like: <?xml version="1.0" encoding="UTF-8"?> <html> <head> <foo:title><arg:text>Some Title</arg:text></foo:title> </head> <body> </body> </html> ... I'm thinking doing this directly in xsl would save the problem of having to write templates for each html tag. On 2/23/06, Peter Hunsberger <peter.hunsberger@g...> wrote: > On 2/23/06, Anthony Ettinger <aettinger@s...> wrote: > > includes, choice, and parameter passing is nice with xsl. > > > If you mean you want things like includes in your "tagset" > then extend XHTML with whatever other vocabularies you feel you need.... > > Sprinkle with name spaces and you can pass the things that can be sent > directly to the front end with a couple of generic transforms and be > done with it. > > --- > Peter Hunsberger > > -- Anthony Ettinger Signature: http://chovy.dyndns.org/hcard.html
|
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
|