blah blah blah is here! blah blah » Close

1
votes
6 answers

Search ALL Attributes in XML file

q12
349

Search ALL Attributes in XML file. For the moment I make this useful Search for ALL the Nodes in a XML file. I wonder if something similar can be done for Attributes? Here is my findings: [code] string retName; XmlNodeList list = nul ...

0
votes
1 answers

access custom attributes of print job

Hi, a bit difficult problem i have:) i have print job interigation system and i have custom attributes added to the job. (they are accessible with right button, properties and detail pane) is there any way how to read those through p ...

Feedback