Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
670 views

Old Mac extended attributes in Snow Leopard

Last year I had to convert and old Mac font from around OS 9 for someone to use on a PC. I discovered that back then the font data was stored in the extended attribute com.apple.ResourceFork. The ...
1
vote
1answer
90 views

C# xattr file attributes

I'm creating a cross-platform software and I want to know if there is any (easy) way to read/write Unix (Mac OSX/Linux) extended file attributes in C#. I've just read about xattr namespaces, but I ...
1
vote
2answers
87 views

How to Remove specific attributes in XMLDocument?

In my C# codebase, I have a XMLDocument of the form: <A> <B> <C mlns='blabla' yz='blablaaa'> Hi </C> <D mlns='blabla' yz='blablaaa'> How </D> <E ...
1
vote
1answer
35 views

Check whether a value in a list of type IEnumerable<XAtrribute> exist in another list of same type + LINQ to XML

How can I check whether a value of XTclist exist in Xrclist. XR : <result> <claims type="Subject"> <scope_of_claim>Full scope</scope_of_claim> ...
1
vote
0answers
58 views

How to query target of all Finder aliases?

Mac OSX 10.6 Hi, I've got some aliases that are point to the wrong volume. I'd like to search my whole hierarchy for such aliases. They're aliases, not symlinks, so I can't just do find / -type l ...
1
vote
1answer
72 views

locate extended attributes

Is there a simple way to write a kind of wrapper script or patch for updatedb (or locate) such that locate can find user defined extended attributes (tags) (suppose in an ext3 filesystem, mounted with ...
1
vote
2answers
275 views

Sanitize XML Attribute Values

How can i easily sanitize the values I pass into the Value property of an XAttribute.
1
vote
1answer
1k views

Using XNamespace to create nicely formatted XML

I want to create a Xml file that looks something like this: <Root xmlns:ns1="name1" xmlns:ns2="name2">     <ns1:element1 />     <ns1:element2 ...
0
votes
0answers
20 views

How efficient is setxattrs and is there a way to set multiple xattrs at the same time?

I need to set the xattrs on files fairly frequently, and I'm concerned about the efficiency of such an operation, in particular, the setxattr function provided by OS X only takes a single key - value ...
0
votes
0answers
75 views

how to disable autostart/autoplay of xat.com radio player?

i want to disable autostart/autoplay of xat.com radioplayer. please fix the code for me: < embed src="http://www.xatech.com/web_gear/flash/Radio.swf" width="350" autoplay="0" height="100" ...
0
votes
2answers
62 views

Is there a difference between el.Attribute (“…”) and el.Attribute (XName.Get (“…”))?

In our production code, I've seen XML attributes being read using explicit XName.Get call: var name = element.Attribute (XName.Get ("name")); I used to always pass a string to Attribute: var name ...
0
votes
1answer
231 views

XAttribute implementing IComparable during tests, but not when live

I have some code below that is throwing an exception in integration environments but not in my unit tests. Basically I'm sorting some XML elements (linq-2-sql XElement) by an attribute value. All ...
0
votes
4answers
2k views

Problem Reading XElement Attribute

Anyone knows why this xpath expression "catzero/@id" is not working on this xml document = XDocument.Load("file.xml"); var product = document.XPathSelectElements("//product", ...
-2
votes
1answer
76 views

How to embed xat chat box on Facebook page?

How to embed xat chat box on Facebook page? i want to add embed on facebook page. i want to put a chat box of xat.com on facebook page. thanks.