--- In [email protected], "mjvermeulen" <[EMAIL PROTECTED]> wrote: > > Hi All, > > Can somebody help me to start up with XSL(t) and SVG. > What program can we used best to create XLS(t). > > The problem with most examples that are on the web, is the Doctype. > using the examples with my files gives a lot of errors. > > So i really hope that somebody can help met starting up. > > Thanks > Michael >
hi, > The problem with most examples that are on the web, is the Doctype. > using the examples with my files gives a lot of errors. If you're just downloading example scripts that reference a particular doctype and try to use your own generated files, then unless your files match the structure as defined in the doctype, errors will occur because your generated files will not match the defined expected structure for correctly parsing a file. Do you these examples have embedded xsl stylesheets in the xml files or something similar? or are your generated files missing or not outputting a correct declaration and namespace? How are you currently generating the files that you use? Can you investigate any libraries that may be available for the language you use to create the files in the first place? For example, do you use Java, Php, Python, Perl [insert other language here] to create the XML and XSL files? Have you tried somewhere like this: http://www.w3schools.com/ to get a basic heads up on XML and XSL(t)? ... and then start hacking some small tests to get a feel for it. IMO there is no one such program that can accomplish everything satisfactorily, but rather a blend of applications and a good old bit of hacking.. others may feel different. thanks, paul ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

