<div dir="ltr">







<p class="">XMLObjectSupport. unmarshallFromReader( ... )<br></p><p class="">Passing a BasicParserPool and a StringReader wrapping a string that contains XML, I get:</p><p class="">2015-10-05 09:50:29,884 - ERROR [org.opensaml.core.xml.util.XMLObjectSupport:213] - Unable to unmarshall Reader, no unmarshaller registered for element attributes</p><p class="">I need to parse XML, not unmarshal binary goo, so XMLObjectSupport appears to be a dead end.</p><p class="">~cg</p><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 3, 2015 at 6:53 AM, Tom Zeller <span dir="ltr"><<a href="mailto:tzeller@dragonacea.biz" target="_blank">tzeller@dragonacea.biz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><br>
<br>
> On Oct 3, 2015, at 12:47 AM, Camel Guy <<a href="mailto:camel@devguy.com">camel@devguy.com</a>> wrote:<br>
><br>
> Hello,<br>
><br>
> Is there an example of reading a string containing XML into a org.opensaml.core.xml.XMLObject? I've spent a few hours in the javadocs. I found:<br>
><br>
> static XMLObject unmarshallFromInputStream(net.shibboleth.utilities.java.support.xml.ParserPool, InputStream)<br>
><br>
> But I'm not sure whether this is the right method and I couldn't figure out how to create a ParserPool.<br>
><br>
> Just FYI, I am trying to create an XMLObjectAttributeValue<br>
<br>
</span>See XMLObjectSupport, IIRC.<br>
<span class=""><font color="#888888">--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</font></span></blockquote></div><br></div></div>