Share via


IXMLParser::LoadEntity

Send Feedback

This method fetches external entities that a document type definition (DTD) has defined (for example, <!ENTITY bar SYSTEM "ent.xml">).

Syntax

HRESULT LoadEntity( 
  const WCHAR * pszBaseUrl,
  const WCHAR * pszRelativeUrl,
  BOOL fpe
);

Parameters

  • pszBaseUrl
    [in] The base URL of the external entity to be fetched.
  • pszRelativeUrl
    [in] The relative URL of the external entity to be fetched.
  • fpe
    [in] Specifies that this is a parameter entity.

Return Values

This function returns S_OK if the function is successful, otherwise an error code is returned.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: xmlparser.h

See Also

IXMLParser

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.