diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c index 62bfd9b1e51..7c7e90ff9ee 100644 --- a/dlls/msxml3/saxreader.c +++ b/dlls/msxml3/saxreader.c @@ -245,8 +245,9 @@ static HRESULT WINAPI isaxattributes_getLength( { saxattributes *This = impl_from_ISAXAttributes( iface ); - FIXME("(%p) stub\n", This); - return E_NOTIMPL; + *length = This->nb_attributes; + TRACE("Length set to %d\n", *length); + return S_OK; } static HRESULT WINAPI isaxattributes_getURI(