Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

dirxml

Fetching the File date attributes
Saturday, 05 June 2010 14:55
The following command can be used to find when a file was created, modified, or last accessed :

File::ctime( "dir.xml" )
#=> 2010-06-05 16:47:18 +0100
File::mtime( "dir.xml" )
#=> 2010-06-05 16:47:18 +0100
File::atime( "dir.xml" )
#=> 2010-06-05 16:47:28 +0100

Resources:
- Ruby File I/O, Directories [tutorialspoint.com]

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/sQNp3n10WNM/11545

 
Use a default Dynarex stylesheet
Wednesday, 17 March 2010 09:57
The following XSLT code can be used with any dynarex file as a default XSL file:

file: dynarex.xsl








:





































Here's a screenshot of dir.xml transformed to HTML using dynarex.xsl [twitxr.com]

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/VvvjR4Lv_N8/10571

 


Taxonomy by Zaragoza Online