<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Courier size=2>Hi!</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>As far as I can see in the W3C xml spec section
2.1.1, URIs in</FONT></DIV>
<DIV><FONT face=Courier size=2>references can also be of application
specific type. Is this correct?</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>I also found the method
xmlSecRegisterInputCallbacks which seemed to</FONT></DIV>
<DIV><FONT face=Courier size=2>take care of this by allowing the definition of
methods to handle other</FONT></DIV>
<DIV><FONT face=Courier size=2>types of URIs than the default ones.</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>Let say I want to handle URIs starting with
"internal://".</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>I create four </FONT><FONT face=Courier
size=2>functions </FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>xmlIOInternalMatch, xmlIOInternalOpen,
xmlIOInternalRead and xmlIOInternalClose</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>to handle this and register them with
xmlSecRegisterInputCallbacks.</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>I tried but they were never called.</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>:)</FONT></DIV></BODY></HTML>