Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dtd2vim(1) [debian man page]

DTD2VIM(1)							  [FIXME: manual]							DTD2VIM(1)

NAME
dtd2vim - creates XML data file for Vim7 omni completion from DTDs SYNOPSIS
dtd2vim {filename.dtd} [dialectname] DESCRIPTION
This manual page documents brieftly the dtd2vim program. For more information see its HTML documentation in /usr/share/doc/vim-scripts/html/dtd2vim.html. Starting from version 7 Vim supports context aware completion of XML files (and others). In particular, when the file being edited is an XML file, completion can be driven by the grammar extracted from a Document Type Definition (DTD). For this feature to work the user should put an XML data file corresponding to the desired DTD in a autoload/xml directory contained in a directory belonging to Vim's 'runtimepath' (for example ~/.vim/autoload/xml/). dtd2vim is the program that creates XML data files from DTDs. Given as input a DTD file.dtd it will create a file.vim XML data file. dialectname will be part of dictionary name and will be used as argument for the :XMLns command. OPTIONS
None. SEE ALSO
vim (1). In the Vim online help: :help compl-omni, :help ft-xml-omni, :help :XMLns. dtd2vim is fully documented in /usr/share/doc/vim-scripts/html/dtd2vim.html. AUTHOR
This manual page was written by Stefano Zacchiroli zack@debian.org for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Stefano Zacchiroli Author. COPYRIGHT
Copyright (C) 2007 Stefano Zacchiroli [FIXME: source] 05 Feb 2007 DTD2VIM(1)

Check Out this Related Man Page

FASTDEP(1)						      General Commands Manual							FASTDEP(1)

NAME
fastdep -- fast dependency generator for C/C++ SYNOPSIS
fastdep [options] file DESCRIPTION
This manual page documents briefly the fastdep command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has html documentation in HTML format; see below. fastdep is a dependency generator for C and C++ files. It generates dependencies an order of magnitude faster than using gcc to do such. Example Makefile fragment: _depend: fastdep $(SOURCES) > _depend -include _depend OPTIONS
This programs follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -v --version Show version, author, license of program. SEE ALSO
make (1), cook (1), gcc (1), dep.pl (1), cvs (1), aegis (1). The program is documented fully at /usr/share/doc/fastdep/manual/fastdep.html. AUTHOR
This manual page was written by Zenaan Harkness zen@freedbms.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. FASTDEP(1)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

dictionary words in vim

how can i get the dictionary words in vim using keyboard keys? and how can i get the current directory filename? (1 Reply)
Discussion started by: lakshmananindia
1 Replies

2. UNIX for Advanced & Expert Users

line completion in vim

how we achive line completion and word completion in vim editor? (2 Replies)
Discussion started by: lakshmananindia
2 Replies

3. Shell Programming and Scripting

Opening multiple documents at once

I'm trying this:$ for n in `ls` ; do xterm -e vim $n & ; done bash: syntax error near unexpected token `;' $I want to edit my files all at once, not one at a time. How can I do that? (2 Replies)
Discussion started by: Orange Stripes
2 Replies

4. Shell Programming and Scripting

how to convert a html file to an .xml one

Hii every one. I have lots of .html files like: <html> <title> </title> <head> </head> <body> <ul id="SummaryRatings">4 stars </ul> <ul id="summaryList"> <p><b> Aurhor</b> </p> <p>wsfwfrfrtgretryetyrtyty</p> </ul> ...... ....... </body> </html> (6 Replies)
Discussion started by: kheyali Mitra
6 Replies

5. Shell Programming and Scripting

Read block of lines from xml file

Hi I am new to this forum. I have few XML files and from each xml file I want to copy some specific 50 no of lines and copy them to some other file. how to do that? pls help.. (5 Replies)
Discussion started by: pritam1980
5 Replies

6. Shell Programming and Scripting

Help me with AWK!

Hi guys, This is my text file contains data like, Merk Type Cost M.Year Aston Martin 85000 2007 Mercedes Benz 60000 2006 BMW X5 65000 2008 AUDI A4 40000 2007... (1 Reply)
Discussion started by: thusi26
1 Replies

7. AIX

ikedb XML DTD and sample files

Can anybody send me a copy of the XML DTD files of IKE database and sample XML files which are used by ikedb for manipulation of IPsec SPD/SAD? I suppose it should be under /usr/samples/ipsec. Thanks! (1 Reply)
Discussion started by: arrowheart
1 Replies

8. Shell Programming and Scripting

Extract text in while loop

Hi everyone, I have managed to extract the xml data i need from a text file by using the command below. The xml data extracted has the following form: (el3 element is optional, and el1 and el2 may have white spaces) <Title><Doc>MyTitle</Doc> <El1>My el1 is that</El1> <El2>My el2 is... (3 Replies)
Discussion started by: nthed
3 Replies

9. HP-UX

Can we restore omni oracle db backup

We have omni backup of oracle database about 40Gb, tablespaces are distributed over 2 partitions . But because of some reason both partition are not available more . Now we are in need to restore the entire data on new partitions .Can any guru's confirm if tried so earlier will this going to... (1 Reply)
Discussion started by: Shirishlnx
1 Replies

10. Programming

Help with XML, HTML

Post closed (2 Replies)
Discussion started by: Xperia124
2 Replies

11. HP-UX

HP Omni - getting inet error when opc agant is running

Am not getting reason behind why my omni is not responding properly when my opc agent is running ? Have omni backup (A.05.10) .. configured on HP-UX - B.11.11 U 9000/800 . this host is monitored by OVO and for that have coda OV agent running on this node .. Have found that my scheduled... (2 Replies)
Discussion started by: Shirishlnx
2 Replies

12. Shell Programming and Scripting

Single command pipe

Single command to ls all the files inside a particular directory hierachy and output this to a file and open this in a vim file so that i can use gf command in vim to browse through all the files inside this hierachy. eg : dir1/dir2 and dir1/dir3 dir2 and dir3 contain the files i need... (7 Replies)
Discussion started by: dll_fpga
7 Replies

13. Shell Programming and Scripting

sed xml file script help

I have about 1200 xml files I need to deploy from a 6.4 XML version to 9.0 version of a DTD. So I need a sed command to do lots of of replacements of random variables. The keyword line is <AUTOEDIT EXP then is will have a variable followed by an equals sign. From that point on I need to break... (5 Replies)
Discussion started by: J-Man
5 Replies