It's known that real exponentiation $x^y$ is continuous in each variable, but is real exponentiation jointly continuous in both the exponent and the base?
I considering the function $(0,\infty)\times\mathbb{R}\to\mathbb{R}$ sending $(x,y)\mapsto x^y$. If $(x_n,y_n)$ is a sequence approaching $(x,y)$, then $x_n\to x$ and $y_n\to y$ individually. Since both $\exp$ and $\ln$ are continuous functions, does it suffice to just say $x^y=\exp(y\ln (x))$, so $$ \begin{align*} \lim_{n\to\infty} x_n^{y_n} &=\lim_{n\to\infty} \exp\left(y_n\ln(x_n)\right)\\ &= \exp\left(\lim_{n\to\infty}y_n\ln(x_n)\right)\\ &= \exp\left(\lim_{n\to\infty}y_n\ln\left(\lim_{n\to\infty}x_n\right)\right)\\ &= \exp\left(y\ln(x)\right)=x^y? \end{align*} $$
I am just not sure of my method since my experience is limited to single variable functions.