tokens
sequence
ner_tags
sequence
[ "." ]
[ "O" ]
[ "." ]
[ "O" ]
[ "ModelWithoutDuplicatesProxy" ]
[ "B-Function" ]
[ "Implementation", ":" ]
[ "O", "O" ]
[ "There", "it", "is", "the", "code", "of", "the", "duplicates", "deleter", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "From", "reading", "the", "documentation", ",", "you", "can", "dynamically", "theme", "Drupal", "blocks", "and", "nodes", "by", "adding", "template", "files", ":", "\"", "page-node-1.tpl", "\"", "or", "\"", "block-modulename-2.tpl", "\"", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Library", "B-Class", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-File_Name", "O", "O", "O", "B-File_Name", "O", "O" ]
[ "How", "do", "i", "know", "the", "delta", "value", "(", "in", "this", "case", "1", "or", "2)", "to", "create", "a", "template", "file", "for", "node", "or", "block", "?" ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "B-Value", "O", "B-Value", "O", "O", "O", "O", "O", "O", "B-Class", "O", "B-Class", "O" ]
[ "Do", "these", "delta", "values", "keep", "changing", "?" ]
[ "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "What", "assigns", "these", "delta", "values", "and", "when", "?" ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "Go", "to", "admin/build/block", ",", "then", "move", "cursor", "over", "any", "'", "configure", "'", "link", "in", "the", "block", "list", "." ]
[ "O", "O", "B-File_Name", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "B-Data_Structure", "O" ]
[ "You", "'ll", "see", "for", "example", "'", "admin/build/block/configure/views/news", "-block_2", "'", "path", "." ]
[ "O", "O", "O", "O", "O", "O", "B-File_Name", "I-File_Name", "O", "O", "O" ]
[ "It", "means", "this", "block", "provided", "by", "'", "Views", "'", "module", "and", "has", "delta", "'", "news-block_2", "'" ]
[ "O", "O", "O", "B-Class", "O", "O", "O", "B-Class", "O", "O", "O", "O", "B-Variable", "O", "B-File_Name", "O" ]
[ "No" ]
[ "O" ]
[ "Modules" ]
[ "O" ]
[ "I", "'m", "having", "an", "issue", "with", "Gulp", "I", "just", "simply", "want", "to", "process", "sass", "files", ",", "optimize", "images", "and", "watch", "changes", "on", "said", "sass", "files", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "B-File_Type", "O", "O", "O", "B-User_Interface_Element", "O", "O", "O", "O", "O", "B-File_Type", "O", "O" ]
[ "For", "some", "reason", "it", "does", "run", "the", "sass", "and", "imagemin", "tasks", "correctly", "but", "then", "it", "tries", "to", "watch", "and", "after", "several", "seconds", "it", "jus", "exits", "gulp", "and", "I", "'m", "back", "a", "command", "line", "like", "if", "I", "manually", "stopped", "the", "tasks", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "do", "n't", "get", "any", "errors", "or", "warnings", "it", "just", "ends", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "is", "the", "gulpfile.js", ":" ]
[ "O", "O", "O", "B-File_Name", "O" ]
[ "On", "command", "line", "this", "is", "all", "I", "see", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Then", "after", "approx", "." ]
[ "O", "O", "O", "O" ]
[ "20secs", "it", "exits", "gulp", ",", "I", "tried", "looking", "everywhere", "and", "use", "other", "post", "fixes", "and", "no", "luck", "." ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "have", "website", "in", "asp.net", "and", "have", "its", "mobile", "version", "as", "well", "." ]
[ "O", "O", "O", "O", "B-Library", "O", "O", "O", "B-Device", "O", "O", "O", "O" ]
[ "I", "want", "that", "if", "user", "types", "this", "in", "mobile", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O" ]
[ "http://example.com/ViewVacancy.aspx?ID=8674" ]
[ "O" ]
[ "then", "he", "is", "directed", "to", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "http://m.example.com/vacancy.aspx?name=8674" ]
[ "O" ]
[ "I", "have", "written", "following", "code", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "It", "is", "working", "when", "user", "types" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "http://example.com" ]
[ "O" ]
[ "so", "user", "is", "redirected", "to", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "http://m.example.com" ]
[ "O" ]
[ "but", "when", "user", "types", ":" ]
[ "O", "O", "O", "O", "O" ]
[ "http://example.com/viewvacancy.aspx?id=8674" ]
[ "O" ]
[ "It", "is", "not", "redirected", "to", ":" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "http://m.example.com/vacancy.aspx?name=8674" ]
[ "O" ]
[ "Please", "suggest", "solution", "to", "it", "." ]
[ "O", "O", "O", "O", "O", "O" ]
[ "The", "problem", "is", "String.Replace()" ]
[ "O", "O", "O", "B-Function" ]
[ "I", "'m", "trying", "to", "get", "the", "hang", "of", "using", "ajax", "loads", "(", "mostly", "via", "jquery", ")", "to", "make", "my", "site", "more", "efficient", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Wondering", "if", "anyone", "can", "provide", "any", "suggestions", "re", "\"", "best", "practices", "\"", "for", "using", "ajax", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O" ]
[ "Is", "there", "a", "way", "to", "simplify", "a", "script", "for", "multiple", "ajax", "calls", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "For", "example", ",", "I", "currently", "have", "the", "working", "script", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "script", "just", "gets", "longer", "and", "longer", "with", "each", "additional", "function", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Is", "there", "a", "simpler", ",", "more", "efficient", "way", "to", "write", "this", "script", "to", "cover", "multiple", "load", "scripts", "?" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "Also", ",", "should", "I", "be", "using", "ajax", "loads", "to", "replace", "the", "majority", "of", "actual", "links", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Function", "I-Function", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Assuming", "that", "the", "id", "matches", "the", "file", "name", "the", "script", "can", "be", "simplified", "to", ":" ]
[ "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "This", "script", "simply", "specifies", "each", "id", "in", "a", "single", "selector", "that", "separates", "each", "id", "with", "a", "comma", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "This", "will", "calls", "the", "click", "function", "to", "be", "fired", "for", "each", "element", "." ]
[ "O", "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "With", "the", "anonymous", "function", "attached", "to", "the", "click", "event", ",", "the", "id", "of", "each", "element", "is", "obtained", "and", "concatenated", "to", "create", "the", "file", "name", "which", "is", "then", "passed", "to", "the", "load", "function", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O" ]
[ "If", "the", "id", "does", "n't", "always", "match", "the", "element", "you", "could", "use", "the", "following", "approach", "." ]
[ "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "a", "suggestion", ",", "since", "the", "code", "you", "posted", "seems", "to", "have", "a", "pattern", "between", "the", "id", "and", "the", "filename", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O" ]
[ "This", "suggestion", "uses", ".on()", "and", "you", "just", "need", "to", "add", "a", "commonParentElementHere", ",", "a", "id", "or", "a", "class", "of", "the", "common", "parent", "of", "those", "elements", "." ]
[ "O", "O", "O", "B-Function", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Another", "option", "is", "to", "use", "a", "class", "on", "all", "elements", "that", "should", "be", "clickable", ",", "and", "then", "use", "the", "code", "passing", "the", "id", "to", "the", "html", "file", "name", ",", "like", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "B-File_Type", "O", "O", "O", "O", "O" ]
[ "Question", "I", "have", "is", "I", "am", "trying", "to", "update", "my", "gui", "with", "a", "timer", "(", "this", "works", "and", "changes", "the", "image", "for", "mypic", "but", ",", "it", "will", "not", "update", "mytext", "label", "for", "some", "weird", "reason", "any", "help", "would", "be", "very", "much", "appreciated", "!" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-User_Interface_Element", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "*", "I", "should", "add", "that", "mytext", "is", "n't", "showing", "up", "at", "all", "on", "my", "gui", "since", "introducing", "the", "timer", "...", "but", "mypic", "does", "???", "?" ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "B-Variable", "O", "O", "O" ]
[ "UPDATE", "with", "suggestions", "still", "is", "n't", "working.", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "'s", "a", "working", "solution", "which", "you", "can", "tailor", "to", "your", "use", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "cause", "seemed", "to", "be", "the", "way", "you", "had", "tried", "to", "display", "the", "Components", "rather", "than", "the", "code", "in", "your", "action", "listener", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "Your", "approach", "was", "just", "replacing", "myText", "with", "myPic", "when", "you", "initially", "set", "up", "the", "JFrame", "." ]
[ "O", "O", "O", "O", "O", "B-Variable", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "Instead", "you", "need", "to", "use", "a", "layout", "manager", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "The", "example", "I", "'ve", "given", "is", "with", "overlaying", "using", "JLayeredPane", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Class", "O" ]
[ "You", "may", "wish", "to", "use", "a", "layout", "manager", "instead", "if", "this", "is", "not", "the", "desired", "outcome", ",", "see", "the", "Oracle", "Tutorial", "on", "using", "layout", "managers", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Class", "I-Class", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Organization", "O", "O", "O", "B-Class", "I-Class", "O" ]
[ "Widget", "class" ]
[ "B-Class", "O" ]
[ "Weather", "class", "for", "demonstration", "purposes" ]
[ "B-Class", "O", "O", "O", "O" ]
[ "I", "have", "a", "project", "in", "React", "where", "I", "'m", "trying", "to", "structure", "my", "database", "using", "Firebase", "." ]
[ "O", "O", "O", "O", "O", "B-Library", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "O" ]
[ "I", "want", "to", "create", "a", "reference", "for", "a", "child", "node", ",", "but", "I", "keep", "getting", "'", "TypeError", ":", "messagesRef.child", "is", "not", "a", "function", "'", "and", "the", "code", "errors", "out", "on", "line", "3", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "I-Output_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Below", "is", "my", "code", "for", "the", "references", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Am", "I", "making", "these", "references", "correctly", "?" ]
[ "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "followed", "the", "Firebase", "documentation", "to", "a", "tee", "and", "I", "ca", "n't", "find", "a", "solution", "." ]
[ "O", "O", "O", "B-Application", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "I", "believe", "the", "issue", "is", "that" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "var", "messagesRef", "=", "firebase.database().ref('messages').limitToLast(30)", ";" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "is", "of", "type" ]
[ "O", "O", "O" ]
[ "firebase.database.Query" ]
[ "B-Class" ]
[ "and", "not", "of", "type" ]
[ "O", "O", "O", "O" ]
[ "firebase.database.Reference" ]
[ "B-Class" ]
[ "The", "method", "child", "can", "only", "be", "called", "on", "Reference", "type", "objects", ",", "so", "instead", "you", "could", "use" ]
[ "O", "O", "B-Function", "O", "O", "O", "O", "O", "B-Class", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "var", "messagesRef", "=", "firebase.database().ref('messages/users').limitToLast(30)", ";" ]
[ "B-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block", "I-Code_Block" ]
[ "This", "is", "assuming", "your", "database", "structure", "is", "like", "this", ":" ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "How", "can", "i", "use", "\"", "Plain", "C", "\"", "to", "program", "Arduino", "without", "using", "the", "\"", "Processing", "programming", "language", "\"", "?" ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-Device", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O" ]
[ "I", "want", "to", "improve", "my", "C", "programming", "skills", "by", "using", "it", "with", "Arduino", "for", "embedded", "systems", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "B-Application", "O", "O", "O", "O" ]
[ "I", "have", "very", "limited", "ability", "to", "code", "in", "C++", ",", "and", "I", "would", "love", "to", "write", "my", "own", "Arduino", "Library", "using", "\"", "C", "\"", ",", "to", "avoid", "using", "classes", "and", "OOP", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Processing", "looks", "like", "Java", "to", "me", ",", "and", "i", "want", "to", "use", "\"", "C", "pointers", "\"", "to", "gain", "more", "practical", "knowledge", "." ]
[ "B-Language", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "B-Data_Type", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "thing", "is", "that", "Arduino", "does", "n't", "use", "Processing", "." ]
[ "O", "O", "O", "O", "B-Device", "O", "O", "O", "B-Language", "O" ]
[ "Processing", "is", "(", "was", "?", ")", "a", "separate", "programming", "language", "which", "was", "developed", "independently", "for", "a", "different", "purpose", "." ]
[ "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "The", "language", "resembles", "C", "and", "C++", "very", "closely", ",", "so", "closely", "that", "it", "'s", "almost", "identical", "." ]
[ "O", "O", "O", "B-Language", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Programming", "the", "Arduino", ",", "however", ",", "is", "accomplished", "using", "a", "(", "n", "unfortunate", ")", "mixture", "of", "C", "and", "C++", ",", "with", "a", "set", "of", "custom", "libraries", "(", "which", "are", "similar", "in", "style", "to", "that", "of", "Processing", ")", "." ]
[ "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O" ]
[ "These", "libraries", "are", "written", "in", "C", "and", "C++", "themselves", ",", "and", "they", "are", "only", "good", "for", "making", "one", "'s", "code", "more", "portable", "across", "different", "MCU", "types", "." ]
[ "O", "O", "O", "O", "O", "B-Language", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "O", "O" ]
[ "Using", "them", "is", "not", "strictly", "necessary", "for", "programming", "the", "AVR", "MCU", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Device", "I-Device", "O" ]
[ "In", "fact", ",", "the", "libraries", "have", "quite", "a", "few", "drawbacks", "(", "the", "code", "is", "big", ",", "inherently", "slow", "and", "ugly", ",", "amongst", "others", ")", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "If", "you", "want", "to", "use", "plain", "ol", "'", "C", "for", "programming", "the", "Arduino", ",", "then", "just", "go", "ahead", "and", "do", "so", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Grab", "the", "reference", "PDF", "from", "Atmel", "'s", "site", "for", "your", "particular", "MCU", ",", "learn", "the", "special", "registers", "(", "I/O", ",", "timers", ",", "etc", ".", ")", ",", "install", "the", "avr-gcc", "toolchain", "on", "your", "computer", ",", "and", "use", "avr-gcc", ",", "avr-objcopy", "and", "avrdude", "to", "compile", "and", "install", "your", "programs", "." ]
[ "O", "O", "O", "B-File_Type", "O", "B-Website", "O", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "B-Device", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Application", "I-Application", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "B-Code_Block", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O" ]
[ "There", "also", "happens", "to", "be", "a", "C-only", "library", "which", "follows", "this", "kind", "of", "convention", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "It", "does", "n't", "provide", "as", "much", "abstraction", "as", "the", "stock", "Arduino", "library", "has", ",", "because", "it", "'s", "lower-level", ",", "but", "you", "can", "have", "a", "look", "at", "it", "and", "see", "how", "one", "can", "accomplish", "basic", "algorithms", "without", "the", "default", "libraries", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Language", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Here", "is", "my", "code" ]
[ "O", "O", "O", "O" ]
[ "I", "am", "unable", "to", "get", "the", "Uid", "because", "of", "different", "namespace", "probably", ",", "same", "goes", "for", "av:Canvas.Top", "." ]
[ "O", "O", "O", "O", "O", "O", "B-Variable", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Variable", "O" ]
[ "How", "to", "get", "these", "attributes", "?" ]
[ "O", "O", "O", "O", "O", "O" ]
[ "-TIA" ]
[ "B-User_Name" ]
[ "First", ",", "add", "all", "the", "namespaces" ]
[ "O", "O", "O", "O", "O", "B-Code_Block" ]
[ "Now", ",", "if", "you", "want", "to", "check", "for", "attributes", "and", "nodes", "regardless", "of", "the", "namespace", "you", "could", "simply", "visit", "each", "node", "and", "then", "loop", "through", "its", "attributes", "to", "find", "out", "the", "value", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "As", "long", "as", "you", "add", "the", "path", "you", "want", "to", "visit", "in", "SelectSingleNode", "and", "your", "namespaces", "are", "declared", "you", "should", "be", "able", "to", "run", "through", "any", "node", "and", "get", "any", "value", "you", "want", "." ]
[ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "B-Function", "O", "O", "B-Code_Block", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ]
[ "Try", "this" ]
[ "O", "O" ]