lazutils: added laz2_xpath

git-svn-id: trunk@39912 -
This commit is contained in:
mattias 2013-01-20 11:02:30 +00:00
parent 400f1275e2
commit 53af0c65a7
4 changed files with 3000 additions and 2 deletions

1
.gitattributes vendored
View File

@ -2115,6 +2115,7 @@ components/lazutils/laz2_xmlcfg.pas svneol=native#text/pascal
components/lazutils/laz2_xmlread.pas svneol=native#text/pascal
components/lazutils/laz2_xmlutils.pas svneol=native#text/pascal
components/lazutils/laz2_xmlwrite.pas svneol=native#text/pascal
components/lazutils/laz2_xpath.pas svneol=native#text/plain
components/lazutils/laz_dom.pas svneol=native#text/pascal
components/lazutils/laz_xmlcfg.pas svneol=native#text/pascal
components/lazutils/laz_xmlread.pas svneol=native#text/pascal

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
<Description Value="Useful units for Lazarus packages."/>
<License Value="Modified LGPL-2"/>
<Version Major="1"/>
<Files Count="66">
<Files Count="67">
<Item1>
<Filename Value="laz2_dom.pas"/>
<UnitName Value="laz2_DOM"/>
@ -285,6 +285,10 @@
<HasRegisterProc Value="True"/>
<UnitName Value="UTF8Process"/>
</Item66>
<Item67>
<Filename Value="laz2_xpath.pas"/>
<UnitName Value="laz2_xpath"/>
</Item67>
</Files>
<LazDoc Paths="../../docs/xml/lazutils"/>
<i18n>

View File

@ -15,7 +15,7 @@ uses
TTCalc, TTCMap, TTDebug, TTError, TTFile, TTGLoad, TTInterp, TTLoad,
TTMemory, TTObjs, TTProfile, TTRASTER, TTTables, TTTypes, EasyLazFreeType,
LazLoggerBase, LazLoggerDummy, LazClasses, LazFreeTypeFontCollection,
LazConfigStorage, UTF8Process, LazarusPackageIntf;
LazConfigStorage, UTF8Process, laz2_xpath, LazarusPackageIntf;
implementation