Ray's playground

 

2011年2月15日

Creating Links and Cross-References(Chapter 6 of XSLT 2nd Edition)

摘要: The key() function returns a node-set from the document, using the index specified by an <xsl:key> element.cdcatalog.xmlCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<?xmlversion="1.0"encoding="ISO-8859-1"?>2<!--EditedbyXMLSpy® 阅读全文

posted @ 2011-02-15 18:37 Ray Z 阅读(193) 评论(0) 推荐(0)

Archiving(Chapter 10 of Cocoa Programming for Mac OS X)

摘要: One protocol is NSCoding. If your class implements NSCoding, it promises to implement the following methods: An NSCoderis an abstraction of a stream of bytes. You can write your data to a coder or read your data from a coder. TheinitWithCoder:method in your object will read data from the coder a 阅读全文

posted @ 2011-02-15 18:01 Ray Z 阅读(242) 评论(0) 推荐(0)

NSUndoManager(Chapter 9 of Cocoa Programming for Mac OS X)

摘要: DocumentCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1//2//MyDocument.m3//RaiseMan4//5//Createdbyb1mobileon2/14/11.6//Copyright2011__MyCompanyName__.Allrightsreserved.7//89#import"MyDocument.h"10#import"Person.h"1112@implementationMyDocument1314-( 阅读全文

posted @ 2011-02-15 11:15 Ray Z 阅读(370) 评论(0) 推荐(0)

导航