Let $D_t=e^{-\int_{0}^{t}r(s)ds}$ with $r_t$ being a stochastic process.
Set $X_t = -\int_{0}^{t}r(s)ds$
By Ito :
$$ \frac{dD_t}{D_t} = dX_t+\frac{1}{2} <dX,dX>_t $$ $$ =-r_tdt+\frac{1}{2} <r_tdt,r_tdt> $$
My question is : What is $<r_tdt,r_tdt>$ (or using another notation : $(r_tdt)^2$ ) if we want to go on with the computation? Is it equal to zero when $r_t$ is stochastic by applying the fact that $<dt,dt>=0$ regardless of $r_t$ being stochastic?
Thank you