![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
So... before I write this myself, does someone know of a good solution to run on Windows, either as a command-line script or GUI-based? |
#3
| |||
| |||
|
|
Andy Dingley wrote: XSLT Yet another reason to do your authoring in XHTML So XSLT cannot be used to transform XML to HTML? |
#4
| |||
| |||
|
|
It appears that XSLT would be used to process server side content into web pages viewable to the www. If that is the case, can XSLT transform content into HTML? Or can it only transform e.g. XML into XHTML? |
#5
| |||
| |||
|
|
Hello, After looking at various CMS tools, either server- (Drupal, Pivot, etc.) or desktop-based (CityDesk, Cute Site Builder), it occured to me that I really didn't need something that sophisticated just to add navigation bars in each article on my site, and generate the home page with hyperlinks to each article. I figured all it took is a script that ... 1. takes each raw HTML article that the user has generated with the editor of his choice (I prefere Namo's WYSIWYG editor, but it doesn't matter), 2. extract infos on this document from the HEAD section and the content in the BODY section, 3. run this through a template where keywords will be replaced with the content, and 4. save the result into a full HTML page. 5. Once the articles have been generated, just build the home page to list all those articles. So... before I write this myself, does someone know of a good solution to run on Windows, either as a command-line script or GUI-based? Thank you for any tip Fred. |
#6
| |||
| |||
|
|
Yet another reason to do your authoring in XHTML So XSLT cannot be used to transform XML to HTML? |
#7
| |||
| |||
|
|
Any example? |
#8
| |||
| |||
|
|
On 25 Jun 2004 22:18:34 GMT, William Park <opengeometry (AT) yahoo (DOT) ca wrote: Any example? Well, since I couldn't find anything, I wrote something in PowerBasic this afternoon :-) Just some greping around, and mixing a document with a template before rebuilding index.html. |
#9
| |||
| |||
|
|
If PowerBasic can do it, then Bash shell certainly can. :-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |