mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
NSUserDefaults fix for read-only filesystem. Comment type fixes in GSXML.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8c26943b86
commit
b005bcf6ba
3 changed files with 36 additions and 10 deletions
|
@ -3829,7 +3829,7 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
|
|||
#ifdef HAVE_LIBXSLT
|
||||
/**
|
||||
* Performs an XSLT transformation on the specified file using the
|
||||
* sytelsheet provided.<br />
|
||||
* stylesheet provided.<br />
|
||||
*
|
||||
* Returns an autoreleased GSXMLDocument containing the transformed
|
||||
* XML, or nil on failure.
|
||||
|
@ -3844,7 +3844,7 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
|
|||
|
||||
/**
|
||||
* Performs an XSLT transformation on the specified file using the
|
||||
* sytelsheet and parameters provided. See the libxslt documentation
|
||||
* stylesheet and parameters provided. See the libxslt documentation
|
||||
* for details of the supported parameters.<br />
|
||||
*
|
||||
* Returns an autoreleased GSXMLDocument containing the transformed
|
||||
|
@ -3884,7 +3884,7 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
|
|||
}
|
||||
/**
|
||||
* Performs an XSLT transformation on the specified file using the
|
||||
* sytelsheet provided.<br />
|
||||
* stylesheet provided.<br />
|
||||
*
|
||||
* Returns an autoreleased GSXMLDocument containing the transformed
|
||||
* XML, or nil on failure.
|
||||
|
@ -3899,7 +3899,7 @@ static BOOL warned = NO; if (warned == NO) { warned = YES; NSLog(@"WARNING, use
|
|||
|
||||
/**
|
||||
* Performs an XSLT transformation on the specified file using the
|
||||
* sytelsheet and parameters provided.See the libxslt documentation
|
||||
* stylesheet and parameters provided.See the libxslt documentation
|
||||
* for details of the supported parameters.<br />
|
||||
*
|
||||
* Returns an autoreleased GSXMLDocument containing the transformed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue