Meta::Baseline::Lang::Xmlx - language for XML files.


Meta documentation  | view source Contained in the Meta distribution.

Index


NAME

Top

Meta::Baseline::Lang::Xmlx - language for XML files.

COPYRIGHT

Top

LICENSE

Top

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.

DETAILS

Top

	MANIFEST: Xmlx.pm
	PROJECT: meta
	VERSION: 0.47

SYNOPSIS

Top

	package foo;
	use Meta::Baseline::Lang::Xmlx qw();
	my($resu)=Meta::Baseline::Lang::Xmlx::env();

DESCRIPTION

Top

This package contains stuff specific to Xmlx in the baseline. This package knows how to validate xml files and find xml dependencies.

FUNCTIONS

Top

	c2deps($)
	c2chec($)
	c2sgml($)
	c2dbxx($)
	c2targ($)
	c2rule($)
	c2perl($)
	c2chun($)
	my_file($$)
	TEST($)

FUNCTION DOCUMENTATION

Top

c2deps($)

This method will create a cook type dependency file for the source xml in question. It will do this using the xml language module.

c2chec($)

This method will run various verifications on the xml source. It will do so using the Lang::Xml module.

c2sgml($)

This method will convert the source xml to docbook format according to the type of document the xml is.

c2dbxx($)

This method will convert the source xml to database stamp - meaning it will do work on the database server according to the xml type.

c2targ($)

This method converts a link file to targets file.

c2rule($)

This method converts a link file to rule file.

c2perl($)

This method will create perl packages.

c2chun($)

This method will xml chunks (no DTD information) from xml files.

my_file($$)

This method will return true if the file received should be handled by this module.

TEST($)

Test suite for this module.

SUPER CLASSES

Top

Meta::Baseline::Lang(3)

BUGS

Top

None.

AUTHOR

Top

	Name: Mark Veltzer
	Email: mailto:veltzer@cpan.org
	WWW: http://www.veltzer.org
	CPAN id: VELTZER

HISTORY

Top

	0.00 MV better general cook schemes
	0.01 MV revision for perl files and better sanity checks
	0.02 MV languages.pl test online
	0.03 MV good xml support
	0.04 MV real deps for docbook files
	0.05 MV more on data sets
	0.06 MV move def to xml directory
	0.07 MV automatic data sets
	0.08 MV html site update
	0.09 MV fix up cook files
	0.10 MV Revision in DocBook files stuff
	0.11 MV PDMT stuff
	0.12 MV finish lit database and convert DocBook to SGML
	0.13 MV XML rules
	0.14 MV perl packaging
	0.15 MV more perl packaging
	0.16 MV perl packaging
	0.17 MV BuildInfo object change
	0.18 MV more perl packaging
	0.19 MV perl packaging again
	0.20 MV perl packaging again
	0.21 MV more Perl packaging
	0.22 MV validate writing
	0.23 MV XSLT, website etc
	0.24 MV more personal databases
	0.25 MV xml encoding
	0.26 MV data sets
	0.27 MV PDMT
	0.28 MV some chess work
	0.29 MV fix database problems
	0.30 MV more database issues
	0.31 MV md5 project
	0.32 MV database
	0.33 MV perl module versions in files
	0.34 MV movies and small fixes
	0.35 MV more Class method generation
	0.36 MV thumbnail user interface
	0.37 MV more thumbnail issues
	0.38 MV website construction
	0.39 MV web site automation
	0.40 MV SEE ALSO section fix
	0.41 MV move tests to modules
	0.42 MV bring movie data
	0.43 MV move tests into modules
	0.44 MV weblog issues
	0.45 MV finish papers
	0.46 MV teachers project
	0.47 MV md5 issues

SEE ALSO

Top

Meta::Archive::Tar(3), Meta::Baseline::Cook(3), Meta::Baseline::Lang(3), Meta::Baseline::Utils(3), Meta::Db::Connections(3), Meta::Db::Def(3), Meta::Db::Ops(3), Meta::Development::Module(3), Meta::Info::Authors(3), Meta::Lang::Docb::Params(3), Meta::Lang::Perl::Perl(3), Meta::Lang::Perl::Perlpkgs(3), Meta::Lang::Xml::Xml(3), Meta::Tool::Aegis(3), Meta::Tool::Onsgmls(3), Meta::Utils::File::File(3), Meta::Utils::Output(3), Meta::Utils::String(3), Meta::Utils::Utils(3), Meta::Xml::LibXML(3), Meta::Xml::Parsers::Links(3), Meta::Xml::Writer(3), strict(3)

TODO

Top

-fix the 2targ routine to take into account many link targets.

-fix the 2rule routine to not use the target as infomation about what arch that is.

-get the MANIFEST creation out of here and into somewhere more general (the tar class ?)

-don't put the INSTALL,COPYRIGHT,LICENSE in package generation here since then there is no dependency working here (if the LICENSE gets updated the package doesnt get rebuilt...)


Meta documentation  | view source Contained in the Meta distribution.