Which of the following statements finds all the dealers where the value of the product attribute is equal to "computers"?( )
/dealers[@product = "computers"]
/dealers[product = "computers"]
/dealers[@product = computers]
/dealers(@product = "computers")