• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSXMLDocument and XSLT
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSXMLDocument and XSLT


  • Subject: Re: NSXMLDocument and XSLT
  • From: Torsten Curdt <email@hidden>
  • Date: Sat, 14 Apr 2007 11:03:43 +0200

     NSXMLDocument *result = (NSXMLDocument *) [doc
objectByApplyingXSLTAtURL:url, arguments:nil, error:&err];

main.m:49: (Messages without a matching method signature will be
assumed to return 'id' and accept '...' as arguments.)
main.m:49: warning: 'NSXMLDocument' may not respond to '-
objectByApplyingXSLTAtURL:::'
main.m:49: error: 'error' undeclared (first use in this function)
main.m:49: error: 'arguments' undeclared (first use in this function)

You have some extra commas in there. You don't put commas after named parameters.

Boy what a rookie mistake! Just some sleep might have helped as well. Thanks! :) -- Torsten


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >NSXMLDocument and XSLT (From: Torsten Curdt <email@hidden>)
 >Re: NSXMLDocument and XSLT (From: "stephen joseph butler" <email@hidden>)

  • Prev by Date: Programatic binding to a popup button selection
  • Next by Date: creating a custom slider
  • Previous by thread: Re: NSXMLDocument and XSLT
  • Next by thread: NSDocumentController recentDocumentURLs hiding non-file based URLs
  • Index(es):
    • Date
    • Thread