[
Lists Home |
Date Index |
Thread Index
]
- From: Matt Sergeant <matt@sergeant.org>
- To: xml-dev@XML.ORG
- Date: Tue, 9 May 2000 20:21:22 +0100 (BST)
This is very cool, I just had to share it...
Get diction from: http://www.gnu.org/software/diction/diction.html
And pyx, either in Python form, or Perl form (for perl, type "perl -MCPAN
-e 'install XML::PYX'" - I don't know if you can do that with Python).
Then type:
pyx <xmlfile> | grep ^- | perl -pe 's/^-//; s/\\n\n//;' | diction
The bit between pyx and diction says:
Get just text nodes.
Strip text nodes of leading "-" character.
Strip text nodes of pyx encoded \n's.
You can substitute "diction" for "style" too.
Should be a great boon for XML based authors.
--
<Matt/>
Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|