Changeset 186
- Timestamp:
- 04/19/07 21:18:08 (1 year ago)
- Files:
-
- trunk/classes/phing/parser/AbstractSAXParser.php (modified) (1 diff)
- trunk/docs/phing_guide/book/chapters/Setup.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/phing/parser/AbstractSAXParser.php
r123 r186 61 61 * Method that gets invoked when the parser runs over a XML start element. 62 62 * 63 * This method is called by PHP's internal parser func itons and registered63 * This method is called by PHP's internal parser functions and registered 64 64 * in the actual parser implementation. 65 65 * It gives control to the current active handler object by calling the trunk/docs/phing_guide/book/chapters/Setup.html
r182 r186 34 34 35 35 <p> Designed for portability from the get go, Phing runs on all platforms that 36 run PHP. However some advanced func ionality may not work properly or is simply36 run PHP. However some advanced functionality may not work properly or is simply 37 37 ignored on some platforms (i.e. chmod on the Windows platform). </p> 38 38
